diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-06-01 17:00:06 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-06-01 17:00:06 +0000 |
commit | aac0adf3930cbc0a44d69ce2f32550d14d2b69bb (patch) | |
tree | 8c46de0de1fba64fd1b0c5dc15286d2816013d19 /gst/modplug/Makefile.am | |
parent | e87e59e1b316f789a349c1c8829333b6a847fd6d (diff) | |
download | gst-plugins-bad-aac0adf3930cbc0a44d69ce2f32550d14d2b69bb.tar.gz gst-plugins-bad-aac0adf3930cbc0a44d69ce2f32550d14d2b69bb.tar.bz2 gst-plugins-bad-aac0adf3930cbc0a44d69ce2f32550d14d2b69bb.zip |
Make these compile with both solaris as well as lunix-based stuffies
Original commit message from CVS:
Make these compile with both solaris as well as lunix-based stuffies
Diffstat (limited to 'gst/modplug/Makefile.am')
-rw-r--r-- | gst/modplug/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am index bdf7d56f..5eef5961 100644 --- a/gst/modplug/Makefile.am +++ b/gst/modplug/Makefile.am @@ -5,7 +5,8 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstmodplug.la libgstmodplug_la_SOURCES = modplug_types.cc gstmodplug.cc -libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS) +libgstmodplug_la_CPPFLAGS = $(GST_CFLAGS) +libgstmodplug_la_CXXFLAGS = $(libgstmodplug_la_CPPFLAGS) libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |