From: Ronald S. Bultje Date: Sun, 1 Jun 2003 17:00:06 +0000 (+0000) Subject: Make these compile with both solaris as well as lunix-based stuffies X-Git-Tag: 1.19.3~507^2~24346 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aac0adf3930cbc0a44d69ce2f32550d14d2b69bb;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am index bdf7d56f38..5eef5961c9 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)