summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2011-07-17 16:40:20 -0700
committerRob Bradford <rob@linux.intel.com>2011-08-14 16:59:41 +0100
commit7cb127ea203f1975fb73bb3e19cbbc275e3f7f70 (patch)
treec9b41383b2cd0731df46201498d96857d08f513a
parent150e7fbea18a1431891224a79e6710377b4aa9dc (diff)
downloadgconf-7cb127ea203f1975fb73bb3e19cbbc275e3f7f70.tar.gz
build: Add exported pkg-config file and C include information to GIR
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654801
-rw-r--r--gconf/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index 297d6ec5..af32ec2d 100644
--- a/gconf/Makefile.am
+++ b/gconf/Makefile.am
@@ -158,7 +158,8 @@ GConf_2_0_gir_CFLAGS = \
$(INCLUDES)
GConf_2_0_gir_LIBS = libgconf-2.la
GConf_2_0_gir_FILES = $(addprefix $(srcdir)/, $(introspection_files))
-GConf_2_0_gir_SCANNERFLAGS = --identifier-prefix=GConf --symbol-prefix=gconf
+GConf_2_0_gir_SCANNERFLAGS = --identifier-prefix=GConf --symbol-prefix=gconf --c-include "gconf/gconf.h"
+GConf_2_0_gir_EXPORT_PACKAGES = gconf-2.0
INTROSPECTION_GIRS += GConf-2.0.gir
girdir = $(datadir)/gir-1.0/