Make these compile with both solaris as well as lunix-based stuffies
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 1 Jun 2003 17:00:06 +0000 (17:00 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 1 Jun 2003 17:00:06 +0000 (17:00 +0000)
Original commit message from CVS:
Make these compile with both solaris as well as lunix-based stuffies

gst/modplug/Makefile.am

index bdf7d56f387607a809d093f61ca9119fcf2bd0e7..5eef5961c95655831639cd9f7f6fc6a4742419ef 100644 (file)
@@ -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)