diff options
author | haxar <[email protected]> | 2012-04-05 20:23:29 -0700 |
---|---|---|
committer | haxar <[email protected]> | 2012-04-05 20:23:29 -0700 |
commit | 69f29364bbbe1d1772cf0ce5e4efe0af1beccd42 (patch) | |
tree | ee0efa4b1630983cbebc50bbad7264e07be3f210 | |
parent | 5b2e5096babd9008c9f29836a93302816e15b68f (diff) | |
download | mate-panel-69f29364bbbe1d1772cf0ce5e4efe0af1beccd42.tar.bz2 mate-panel-69f29364bbbe1d1772cf0ce5e4efe0af1beccd42.tar.xz |
g-ir-scanner: when configure prefix != /usr, add prefix to scanner include paths
-rw-r--r-- | libmate-panel-applet/Makefile.am | 2 |
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 |