summaryrefslogtreecommitdiffstats
path: root/gst/apetag/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-06 12:56:00 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-06 12:56:00 +0000
commite0a010fb6d7bda7ca0b8c32a54081f1a0e4f4b99 (patch)
treea76baa0ae1817ec7162aec50012f396206588a3b /gst/apetag/Makefile.am
parent940f559c09d5b6cde5664e3f72bbe3ea4ccac4a3 (diff)
downloadgst-plugins-bad-e0a010fb6d7bda7ca0b8c32a54081f1a0e4f4b99.tar.gz
gst-plugins-bad-e0a010fb6d7bda7ca0b8c32a54081f1a0e4f4b99.tar.bz2
gst-plugins-bad-e0a010fb6d7bda7ca0b8c32a54081f1a0e4f4b99.zip
gst/apetag/: Remove old files, apetag is in gst-plugins-good now.
Original commit message from CVS: * gst/apetag/Makefile.am: * gst/apetag/apedemux.c: * gst/apetag/apedemux.h: * gst/apetag/apetag.c: Remove old files, apetag is in gst-plugins-good now.
Diffstat (limited to 'gst/apetag/Makefile.am')
-rw-r--r--gst/apetag/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/gst/apetag/Makefile.am b/gst/apetag/Makefile.am
deleted file mode 100644
index 59872d78..00000000
--- a/gst/apetag/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-plugin_LTLIBRARIES = libgstapetag.la
-
-libgstapetag_la_SOURCES = \
- apedemux.c \
- apetag.c
-libgstapetag_la_CFLAGS = $(GST_CFLAGS)
-libgstapetag_la_LIBADD =
-libgstapetag_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = \
- apedemux.h