[gconf] build: Add exported pkg-config file and C include information to GIR



commit 7cb127ea203f1975fb73bb3e19cbbc275e3f7f70
Author: Evan Nemerson <evan coeus-group com>
Date:   Sun Jul 17 16:40:20 2011 -0700

    build: Add exported pkg-config file and C include information to GIR
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654801

 gconf/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index 297d6ec..af32ec2 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/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]