diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-18 22:05:30 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-18 22:05:30 +0000 |
commit | a8267828642abac6a2b1a46a5f4656c6664a75a9 (patch) | |
tree | 51b37159ec0b2b59455b49dc8a45cabe095f82b8 /gst/modplug/Makefile.am | |
parent | 277579eefda34f5984be5917513b5d30268a3b1c (diff) | |
download | gst-plugins-bad-a8267828642abac6a2b1a46a5f4656c6664a75a9.tar.gz gst-plugins-bad-a8267828642abac6a2b1a46a5f4656c6664a75a9.tar.bz2 gst-plugins-bad-a8267828642abac6a2b1a46a5f4656c6664a75a9.zip |
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
Diffstat (limited to 'gst/modplug/Makefile.am')
-rw-r--r-- | gst/modplug/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am index b8f1092e..b8f62ce3 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) |