From: Thomas Vander Stichele Date: Sat, 8 Dec 2001 15:40:58 +0000 (+0000) Subject: Mama always said : "do one, do them all" X-Git-Tag: BRANCH-BUILD1-200112101-ROOT~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=998ea06629045dece4d5710ab304d156280f52d4;p=platform%2Fupstream%2Fgstreamer.git Mama always said : "do one, do them all" Original commit message from CVS: Mama always said : "do one, do them all" --- diff --git a/gst/autoplug/Makefile.am b/gst/autoplug/Makefile.am index 5f1e347..a4e90fc 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