From aa96d882b059172c6c69bd6e8a9be94f9bfe64e8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 7 Dec 2001 18:23:37 +0000 Subject: [PATCH] does this little tweak fix the make distcheck in gst/types not finding the gst/gst.h header ? Original commit message from CVS: does this little tweak fix the make distcheck in gst/types not finding the gst/gst.h header ? --- gst/types/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/types/Makefile.am b/gst/types/Makefile.am index 4fb622b..dd42ae5 100644 --- a/gst/types/Makefile.am +++ b/gst/types/Makefile.am @@ -4,7 +4,7 @@ filter_LTLIBRARIES = libgsttypes.la libgsttypes_la_SOURCES = gsttypes.c -libgsttypes_la_CFLAGS = $(XML_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS) +libgsttypes_la_CFLAGS = $(XML_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS) $(GST_CFLAGS) libgsttypes_la_LIBADD = $(XML_LIBS) $(GLIB_LIBS) -- 2.7.4