summaryrefslogtreecommitdiffstats
path: root/ext/taglib/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-05-01 17:58:38 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-05-01 17:58:38 +0000
commit9e8733719f54b7511cc6d66aa55a957b24921ded (patch)
treea178712c99b7d8358f663259c2ea80cc089304c7 /ext/taglib/Makefile.am
parentcfb3b247bff2feaa6efbd32426c38e874b738eaf (diff)
downloadgst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.tar.gz
gst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.tar.bz2
gst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.zip
moved to good. Closes #336110
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/inspect/plugin-taglib.xml: * ext/Makefile.am: * ext/taglib/Makefile.am: * ext/taglib/gstid3v2mux.cc: * ext/taglib/gstid3v2mux.h: * ext/taglib/gsttaglib.cc: * ext/taglib/gsttaglib.h: * tests/check/Makefile.am: * tests/check/elements/tagid3v2mux.c: moved to good. Closes #336110
Diffstat (limited to 'ext/taglib/Makefile.am')
-rw-r--r--ext/taglib/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/taglib/Makefile.am b/ext/taglib/Makefile.am
deleted file mode 100644
index 0b608f3d..00000000
--- a/ext/taglib/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-plugin_LTLIBRARIES = libgsttaglib.la
-
-libgsttaglib_la_SOURCES = gsttaglib.cc gstid3v2mux.cc
-libgsttaglib_la_CXXFLAGS = \
- $(GST_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS) \
- $(TAGLIB_CFLAGS)
-libgsttaglib_la_LIBADD = \
- $(GST_LIBS) \
- $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ \
- $(TAGLIB_LIBS)
-libgsttaglib_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gsttaglib.h gstid3v2mux.h
-
-#EXTRA_DIST = README