summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2014-05-21 13:19:49 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2014-05-21 13:19:49 -0400
commit22d344af59e15ab3217893ed18dab5bfc695eec3 (patch)
treea474548d959483bd45d551fe68b127b568a2ab4f
parentd44970bd150cce3963986827d1519b6748a02f7e (diff)
downloadatk-22d344af59e15ab3217893ed18dab5bfc695eec3.tar.gz
Fix GIR scanning for srcdir != builddir
Add the builddir to the include path so atk/atkobject.h is found.
-rw-r--r--atk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/Makefile.am b/atk/Makefile.am
index 53421bf..0db10b3 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -171,7 +171,7 @@ introspection_generated_sources = \
Atk-1.0.gir: libatk-1.0.la Makefile
Atk_1_0_gir_INCLUDES = GObject-2.0
-Atk_1_0_gir_CFLAGS = $(AM_CPPFLAGS)
+Atk_1_0_gir_CFLAGS = $(AM_CPPFLAGS) -I ..
Atk_1_0_gir_LIBS = libatk-1.0.la
Atk_1_0_gir_SCANNERFLAGS = --pkg-export atk --warn-all --c-include "atk/atk.h"
Atk_1_0_gir_FILES = \