diff options
Diffstat (limited to 'gst/modplug/Makefile.am')
-rw-r--r-- | gst/modplug/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
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 |