diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-02-01 15:43:39 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-02-01 15:43:39 +0000 |
commit | b80a4140f3c88fb68f4c319be9efc6977636360d (patch) | |
tree | ec8bb5da75d162f9c74e869369e229b27864e3bb | |
parent | e083ac1e32360a516b09d330b1f576a88b39bfa9 (diff) | |
download | gst-plugins-bad-b80a4140f3c88fb68f4c319be9efc6977636360d.tar.gz gst-plugins-bad-b80a4140f3c88fb68f4c319be9efc6977636360d.tar.bz2 gst-plugins-bad-b80a4140f3c88fb68f4c319be9efc6977636360d.zip |
remove README from Makefile.am as there is no README
Original commit message from CVS:
remove README from Makefile.am as there is no README
-rw-r--r-- | ext/mas/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mas/Makefile.am b/ext/mas/Makefile.am index 9e6781f4..194e6175 100644 --- a/ext/mas/Makefile.am +++ b/ext/mas/Makefile.am @@ -7,4 +7,3 @@ libgstmassink_la_CFLAGS = $(GST_CFLAGS) $(MAS_CFLAGS) libgstmassink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MAS_LIBS) noinst_HEADERS = massink.h -EXTRA_DIST = README |