From aac0adf3930cbc0a44d69ce2f32550d14d2b69bb Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 1 Jun 2003 17:00:06 +0000 Subject: 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 --- gst/modplug/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1