summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)