summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2010-11-19 22:32:01 -0800
committerJürg Billeter <j@bitron.ch>2012-07-18 17:41:06 +0200
commitce7091ac833d1cd521dee0f926454ff03ab06776 (patch)
treeccb11fd3c9a8c7b270c2b306998b6de22435d341
parent7e77193d198f61e8d81c3193de341541c89b9999 (diff)
downloadatk-ce7091ac833d1cd521dee0f926454ff03ab06776.tar.gz
Include C header information in GIR
Bug #635332.
-rw-r--r--atk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/Makefile.am b/atk/Makefile.am
index 9e12256..1532bdf 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -163,7 +163,7 @@ Atk-1.0.gir: libatk-1.0.la Makefile
Atk_1_0_gir_INCLUDES = GObject-2.0
Atk_1_0_gir_CFLAGS = $(INCLUDES)
Atk_1_0_gir_LIBS = libatk-1.0.la
-Atk_1_0_gir_SCANNERFLAGS = --pkg-export atk --warn-all
+Atk_1_0_gir_SCANNERFLAGS = --pkg-export atk --warn-all --c-include "atk/atk.h"
Atk_1_0_gir_FILES = \
$(addprefix $(srcdir)/, $(introspection_sources)) \
$(introspection_generated_sources)