does this little tweak fix the make distcheck in gst/types not finding the gst/gst...
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 7 Dec 2001 18:23:37 +0000 (18:23 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 7 Dec 2001 18:23:37 +0000 (18:23 +0000)
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

index 4fb622b..dd42ae5 100644 (file)
@@ -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)