summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-04-06 00:12:41 -0700
committerStefano Karapetsas <[email protected]>2012-04-06 00:12:41 -0700
commitebb303b9ebc2f42289f69d48a70b00de61f06852 (patch)
treeeda0e717f4213a98e3a4a7d4df247a072295284d
parentf83141e3dc98adb70870bbf920453397951b70fd (diff)
parent69f29364bbbe1d1772cf0ce5e4efe0af1beccd42 (diff)
downloadmate-panel-ebb303b9ebc2f42289f69d48a70b00de61f06852.tar.bz2
mate-panel-ebb303b9ebc2f42289f69d48a70b00de61f06852.tar.xz
Merge pull request #19 from haxar/69f29364bbbe1d1772cf0ce5e4efe0af1beccd42
g-ir-scanner: fix build when configure prefix != /usr
-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