summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-05-31 17:27:02 -0300
committerJohan Dahlin <johan@gnome.org>2010-05-31 17:29:52 -0300
commitca4b14ec05ac2c4e2256391867eb44d9e2682a28 (patch)
treea69c133a7250bef4dacf875ae9d4eedb752616b9
parent669752977abfc8f7abb0b99bd65e28a97db5d315 (diff)
downloadgobject-introspection-ca4b14ec05ac2c4e2256391867eb44d9e2682a28.tar.gz
[common.mk] Add -I$(top_srcdir)
This is needed to be able to find the public headers without having them installed.
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index a741dc1f..40aff8a3 100644
--- a/common.mk
+++ b/common.mk
@@ -14,6 +14,7 @@ INTROSPECTION_SCANNER = \
$(top_builddir)/tools/g-ir-scanner$(EXEEXT)
INTROSPECTION_SCANNER_ARGS = \
--verbose \
+ -I$(top_srcdir) \
--add-include-path=$(srcdir) \
--add-include-path=$(top_srcdir)/gir \
--add-include-path=$(builddir) \