projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e87e59e
)
Make these compile with both solaris as well as lunix-based stuffies
author
Ronald S. Bultje
<rbultje@ronald.bitfreak.net>
Sun, 1 Jun 2003 17:00:06 +0000
(17:00 +0000)
committer
Ronald 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
patch
|
blob
|
history
diff --git
a/gst/modplug/Makefile.am
b/gst/modplug/Makefile.am
index bdf7d56f387607a809d093f61ca9119fcf2bd0e7..5eef5961c95655831639cd9f7f6fc6a4742419ef 100644
(file)
--- 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)