From 37d7c4307762aceb977c6577c0151dfc97ab8f96 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 29 Oct 2002 15:36:33 +0000 Subject: 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 --- ext/shout2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') 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) -- cgit