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 ?
This commit is contained in:
Thomas Vander Stichele 2001-12-07 18:23:37 +00:00
parent 03ae7e61aa
commit aa96d882b0

View 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)