diff options
Diffstat (limited to 'gst/modplug/Makefile.am')
-rw-r--r-- | gst/modplug/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am index b8f62ce3..847e734d 100644 --- a/gst/modplug/Makefile.am +++ b/gst/modplug/Makefile.am @@ -4,7 +4,7 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgstmodplug.la -libgstmodplug_la_SOURCES = gstmodplug.cc modplug_types.c +libgstmodplug_la_SOURCES = gstmodplug.cc modplug_types.cc libgstmodplug_la_CFLAGS = $(GST_CFLAGS) libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS) libgstmodplug_la_LIBADD = libmodplug/libmodplug.la -lstdc++ |