diff options
author | Jeremy Simon <jsimon13@yahoo.fr> | 2003-05-31 14:45:19 +0000 |
---|---|---|
committer | Jeremy Simon <jsimon13@yahoo.fr> | 2003-05-31 14:45:19 +0000 |
commit | a8b0a796c5d4e1bc2378340959dd8b0d16fc472b (patch) | |
tree | afb234f08e8544fe2ff7bea3e1efcbfa8c749fc0 | |
parent | f1a6f672da091821907d168d1fd666472d249848 (diff) | |
download | gst-plugins-bad-a8b0a796c5d4e1bc2378340959dd8b0d16fc472b.tar.gz gst-plugins-bad-a8b0a796c5d4e1bc2378340959dd8b0d16fc472b.tar.bz2 gst-plugins-bad-a8b0a796c5d4e1bc2378340959dd8b0d16fc472b.zip |
CPPFLAGS -> CXXFLAGS
Original commit message from CVS:
CPPFLAGS -> CXXFLAGS
-rw-r--r-- | gst/modplug/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am index a784ddd3..bdf7d56f 100644 --- a/gst/modplug/Makefile.am +++ b/gst/modplug/Makefile.am @@ -5,7 +5,7 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstmodplug.la libgstmodplug_la_SOURCES = modplug_types.cc gstmodplug.cc -libgstmodplug_la_CPPFLAGS = $(GST_CFLAGS) +libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS) libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |