summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2018-11-01 18:31:28 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2018-11-01 18:31:28 -0400
commit0d3d4bf20285f4fe8c9e3222afee62042147601d (patch)
tree3043b0434b2acb6d2de3de808b4f35038710396a
parent2cbbbca4f1855997b559f2da3d16ad896260407a (diff)
downloadfarstream-0d3d4bf20285f4fe8c9e3222afee62042147601d.tar.gz
farstream: Quell warning in interspection generation
-rw-r--r--farstream/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/farstream/Makefile.am b/farstream/Makefile.am
index 36a820d1..ec32682b 100644
--- a/farstream/Makefile.am
+++ b/farstream/Makefile.am
@@ -96,7 +96,8 @@ Farstream_@FS_API_VERSION@_gir_CFLAGS = $(FS_INTERNAL_CFLAGS)
Farstream_@FS_API_VERSION@_gir_SCANNERFLAGS = --symbol-prefix=fs \
--identifier-prefix=Fs --add-init-section="gst_init(NULL,NULL);" \
--pkg-export=farstream-@FS_APIVERSION@ \
- $(foreach hdr,$(public_headers),--c-include=$(hdr)) --include-last-in-header=gst/gst.h
+ $(foreach hdr,$(public_headers),--c-include=$(hdr)) \
+ --cflags-begin -include gst/gst.h --cflags-end
girdir = $(datadir)/gir-1.0
dist_gir_DATA = Farstream-@FS_APIVERSION@.gir