From fe6ae5be4ccd5b2bfef1b4933237528eb97a44c3 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 8 Dec 2001 13:41:52 +0000 Subject: [PATCH] added GST_CFLAGS to fix make distcheck Original commit message from CVS: added GST_CFLAGS to fix make distcheck --- gst/elements/Makefile.am | 2 +- plugins/elements/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/elements/Makefile.am b/gst/elements/Makefile.am index d9caf8310d..faff202144 100644 --- a/gst/elements/Makefile.am +++ b/gst/elements/Makefile.am @@ -41,6 +41,6 @@ noinst_HEADERS = \ gstaggregator.h \ gststatistics.h -libgstelements_la_CFLAGS = $(GHTTP_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) +libgstelements_la_CFLAGS = $(GHTTP_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS) libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GLIB_LIBS) $(XML_LIBS) libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION) diff --git a/plugins/elements/Makefile.am b/plugins/elements/Makefile.am index d9caf8310d..faff202144 100644 --- a/plugins/elements/Makefile.am +++ b/plugins/elements/Makefile.am @@ -41,6 +41,6 @@ noinst_HEADERS = \ gstaggregator.h \ gststatistics.h -libgstelements_la_CFLAGS = $(GHTTP_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) +libgstelements_la_CFLAGS = $(GHTTP_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS) libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GLIB_LIBS) $(XML_LIBS) libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)