added GST_CFLAGS
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 14:18:23 +0000 (14:18 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 14:18:23 +0000 (14:18 +0000)
Original commit message from CVS:
added GST_CFLAGS

gst/autoplug/Makefile.am

index 56211a6..ea1b609 100644 (file)
@@ -22,5 +22,5 @@ noinst_HEADERS = gststaticautoplug.h gststaticautoplugrender.h
 
 noinst_PROGRAMS = autoplugtest
 
-autoplugtest_CFLAGS = $(GST_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS)
+autoplugtest_CFLAGS = $(GST_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
 autoplugtest_LDADD = $(GST_LIBS) $(GLIB_LIBS) $(XML_LIBS)