From a267da425ffd032001a3d8d4e9b3cd3fd333f9a5 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 6 Oct 2012 12:54:28 +0200 Subject: [PATCH] Add pkg-export to scanner args --- libgssdp/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgssdp/Makefile.am b/libgssdp/Makefile.am index 221e9c1..d384f79 100644 --- a/libgssdp/Makefile.am +++ b/libgssdp/Makefile.am @@ -65,7 +65,8 @@ INTROSPECTION_GIRS = INTROSPECTION_SCANNER_ARGS = --warn-all \ --symbol-prefix=gssdp \ --identifier-prefix=GSSDP \ - --add-include-path=$(top_srcdir) + --add-include-path=$(top_srcdir) \ + --pkg-export=gssdp-1.0 INTROSPECTION_COMPILER_ARGS = --includedir=$(top_srcdir) -- 2.7.4