From 998ea06629045dece4d5710ab304d156280f52d4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 8 Dec 2001 15:40:58 +0000 Subject: [PATCH] Mama always said : "do one, do them all" Original commit message from CVS: Mama always said : "do one, do them all" --- gst/autoplug/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/autoplug/Makefile.am b/gst/autoplug/Makefile.am index 5f1e347400..a4e90fca82 100644 --- a/gst/autoplug/Makefile.am +++ b/gst/autoplug/Makefile.am @@ -13,9 +13,9 @@ libgststaticautoplugrender_la_LDFLAGS = -version-info $(GST_LIBVERSION) libgstautoplugcache_la_LDFLAGS = -version-info $(GST_LIBVERSION) libgstautoplugger_la_LDFLAGS = -version-info $(GST_LIBVERSION) -libgststaticautoplug_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) -libgststaticautoplugrender_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) -libgstautoplugcache_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) +libgststaticautoplug_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS) +libgststaticautoplugrender_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS) +libgstautoplugcache_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS) libgstautoplugger_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS) noinst_HEADERS = gststaticautoplug.h gststaticautoplugrender.h