mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
03ae7e61aa
commit
aa96d882b0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue