From ac87bfc370ec15c9c81f8738659fb2582b14b792 Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Thu, 28 Feb 2002 21:10:42 +0000 Subject: adding modplug Original commit message from CVS: adding modplug --- gst/modplug/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gst/modplug/Makefile.am (limited to 'gst/modplug/Makefile.am') diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am new file mode 100644 index 00000000..7793d0b0 --- /dev/null +++ b/gst/modplug/Makefile.am @@ -0,0 +1,14 @@ +plugindir = $(libdir)/gst + +plugin_LTLIBRARIES = libgstmodplug.la + +libgstmodplug_la_SOURCES = gstmodplug.cc +libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS) +libgstmodplug_la_LIBADD = $(GST_LIBS) libmodplug/libmodplug.la +libgstmodplug_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ + +SUBDIRS=libmodplug + +noinst_HEADERS = gstmodplug.h + +EXTRA_DIST = README -- cgit v1.2.1