summaryrefslogtreecommitdiff
path: root/libmate-panel-applet
diff options
context:
space:
mode:
authorhaxar <[email protected]>2012-04-05 20:23:29 -0700
committerhaxar <[email protected]>2012-04-05 20:23:29 -0700
commit69f29364bbbe1d1772cf0ce5e4efe0af1beccd42 (patch)
treeee0efa4b1630983cbebc50bbad7264e07be3f210 /libmate-panel-applet
parent5b2e5096babd9008c9f29836a93302816e15b68f (diff)
downloadmate-panel-69f29364bbbe1d1772cf0ce5e4efe0af1beccd42.tar.bz2
mate-panel-69f29364bbbe1d1772cf0ce5e4efe0af1beccd42.tar.xz
g-ir-scanner: when configure prefix != /usr, add prefix to scanner include paths
Diffstat (limited to 'libmate-panel-applet')
-rw-r--r--libmate-panel-applet/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmate-panel-applet/Makefile.am b/libmate-panel-applet/Makefile.am
index a8b8ae2b..3465e1a1 100644
--- a/libmate-panel-applet/Makefile.am
+++ b/libmate-panel-applet/Makefile.am
@@ -103,7 +103,7 @@ CLEANFILES = $(BUILT_SOURCES) $(noinst_DATA)
-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS =
-INTROSPECTION_SCANNER_ARGS = --warn-all --add-include-path=$(srcdir)
+INTROSPECTION_SCANNER_ARGS = --warn-all --add-include-path=$(srcdir) --add-include-path=${prefix}/share/gir-1.0
INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
if HAVE_INTROSPECTION