summaryrefslogtreecommitdiff
path: root/Makefile-tools.am
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-07-27 19:07:21 +0200
committerColin Walters <walters@verbum.org>2011-07-27 14:40:54 -0400
commit8b26a23fc74eb54775688436116c92888a301477 (patch)
treebabef03acf112d345c974ed2c7ad2243f29a94b4 /Makefile-tools.am
parent6937ba22b391347687b97cdb81e01b4ac2cab23b (diff)
downloadgobject-introspection-8b26a23fc74eb54775688436116c92888a301477.tar.gz
Fix broken DATADIR definition after config.py was killedGOBJECT_INTROSPECTION_1_29_16
https://bugzilla.gnome.org/show_bug.cgi?id=655437
Diffstat (limited to 'Makefile-tools.am')
-rw-r--r--Makefile-tools.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-tools.am b/Makefile-tools.am
index c0dd7887..7bc2f3f6 100644
--- a/Makefile-tools.am
+++ b/Makefile-tools.am
@@ -2,7 +2,7 @@ bin_PROGRAMS += g-ir-compiler g-ir-generate
bin_SCRIPTS += g-ir-scanner g-ir-annotation-tool
EXTRA_DIST += tools/g-ir-scanner.in tools/g-ir-annotation-tool.in
-TOOL_SUBSTITUTIONS = sed -e s,@libdir\@,$(libdir), -e s,@pkgdatadir\@,$(pkgdatadir), -e s,@PYTHON\@,$(PYTHON),
+TOOL_SUBSTITUTIONS = sed -e s,@libdir\@,$(libdir), -e s,@datarootdir\@,$(datarootdir), -e s,@PYTHON\@,$(PYTHON),
g-ir-scanner: tools/g-ir-scanner.in _giscanner.la Makefile
$(AM_V_GEN) $(TOOL_SUBSTITUTIONS) $< > $@.tmp && mv $@.tmp $@