summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-11-18 22:05:30 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-11-18 22:05:30 +0000
commita8267828642abac6a2b1a46a5f4656c6664a75a9 (patch)
tree51b37159ec0b2b59455b49dc8a45cabe095f82b8
parent277579eefda34f5984be5917513b5d30268a3b1c (diff)
downloadgstreamer-plugins-bad-a8267828642abac6a2b1a46a5f4656c6664a75a9.tar.gz
I'm sure this is the worst way to deal with this but I can't be arsed to look it up in the big black book
Original commit message from CVS: I'm sure this is the worst way to deal with this but I can't be arsed to look it up in the big black book
-rw-r--r--gst/modplug/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am
index b8f1092ef..b8f62ce3c 100644
--- a/gst/modplug/Makefile.am
+++ b/gst/modplug/Makefile.am
@@ -5,6 +5,7 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstmodplug.la
libgstmodplug_la_SOURCES = gstmodplug.cc modplug_types.c
+libgstmodplug_la_CFLAGS = $(GST_CFLAGS)
libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
libgstmodplug_la_LIBADD = libmodplug/libmodplug.la -lstdc++
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)