summaryrefslogtreecommitdiffstats
path: root/ext/shout2
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-29 15:36:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-29 15:36:33 +0000
commit37d7c4307762aceb977c6577c0151dfc97ab8f96 (patch)
tree498fc4327d4faa3bce29e4d13408465cb1a8934d /ext/shout2
parentf0fbc30d0cdcd5dabdf300fc4b49d1e490f1fce4 (diff)
people interpreting .m4's make me laugh with wild abandonment
Original commit message from CVS: people interpreting .m4's make me laugh with wild abandonment
Diffstat (limited to 'ext/shout2')
-rw-r--r--ext/shout2/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shout2/Makefile.am b/ext/shout2/Makefile.am
index 258b7160..8b2944dd 100644
--- a/ext/shout2/Makefile.am
+++ b/ext/shout2/Makefile.am
@@ -3,7 +3,7 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstshout2.la
libgstshout2_la_SOURCES = gstshout2.c
-libgstshout2_la_CFLAGS = $(GST_CFLAGS)
+libgstshout2_la_CFLAGS = $(SHOUT2_CFLAGS) $(GST_CFLAGS)
libgstshout2_la_LIBADD = $(SHOUT2_LIBS) $(GST_LIBS)
libgstshout2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)