summaryrefslogtreecommitdiff
path: root/Makefile-libostree.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-06-26 18:12:33 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-06-27 11:56:44 +0000
commit21cb4d17155bab066855f1c4b60e3bdefdebfd90 (patch)
tree8d6a9821f191bdb1e6de7e4f24afcb8d5d92c5d2 /Makefile-libostree.am
parent7871bc3051e02f64c334faf851f2b4878d50aff7 (diff)
downloadostree-21cb4d17155bab066855f1c4b60e3bdefdebfd90.tar.gz
ci: Make introspection warnings fatal
Closes: #965 Approved by: pwithnall
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r--Makefile-libostree.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index 8ff89e52..86c9693f 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -256,7 +256,7 @@ OSTree_1_0_gir_EXPORT_PACKAGES = ostree-1
OSTree_1_0_gir_INCLUDES = Gio-2.0
OSTree_1_0_gir_CFLAGS = $(libostree_1_la_CFLAGS)
OSTree_1_0_gir_LIBS = libostree-1.la
-OSTree_1_0_gir_SCANNERFLAGS = --warn-all --identifier-prefix=Ostree --symbol-prefix=ostree
+OSTree_1_0_gir_SCANNERFLAGS = --warn-all --identifier-prefix=Ostree --symbol-prefix=ostree $(GI_SCANNERFLAGS)
OSTree_1_0_gir_FILES = $(libostreeinclude_HEADERS) $(filter-out %-private.h %/ostree-soup-uri.h %/ostree-repo-finder.h %/ostree-repo-finder-avahi.h %/ostree-repo-finder-config.h %/ostree-repo-finder-mount.h,$(libostree_1_la_SOURCES))
INTROSPECTION_GIRS += OSTree-1.0.gir
gir_DATA += OSTree-1.0.gir