summaryrefslogtreecommitdiffstats
path: root/gst/modplug/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/modplug/Makefile.am')
-rw-r--r--gst/modplug/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am
deleted file mode 100644
index 5440e52a..00000000
--- a/gst/modplug/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-SUBDIRS=libmodplug .
-
-plugin_LTLIBRARIES = libgstmodplug.la
-
-libgstmodplug_la_SOURCES = gstmodplug.cc
-libgstmodplug_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS)
-libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la $(GST_PLUGINS_BASE_LIBS) -lstdc++ $(LIBM)
-libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstmodplug_la_LIBTOOLFLAGS = --tag=disable-static
-
-noinst_HEADERS = gstmodplug.h