summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-08-16 23:43:37 -0400
committerColin Walters <walters@verbum.org>2009-08-16 23:43:37 -0400
commitb2d26635b316549c4e95f777961b68ea59372f91 (patch)
tree2477aceee2ba5c9e5457ebf235f4d864d6c10dc8 /common.mk
parentc35c88f77c996b99827c3ef4e9ac69fe379629b4 (diff)
downloadgobject-introspection-b2d26635b316549c4e95f777961b68ea59372f91.tar.gz
Move LPATH and $(CHECK_DEBUG) bits into $(SCANNER)
This allows us to consistently use $(SCANNER) as the first item which needs to work for $(AM_V_GEN).
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 6068e9c0..de8333e5 100644
--- a/common.mk
+++ b/common.mk
@@ -4,7 +4,7 @@ SCANNER_ENV = env PYTHONPATH=$(SCANNER_PYTHONPATH) \
UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir)
SCANNER_ARGS = -v --add-include-path=$(top_builddir)/gir --add-include-path=.
-SCANNER = $(AM_V_GEN) $(SCANNER_ENV) $(SCANNER_BIN) $(SCANNER_ARGS)
+SCANNER = $(AM_V_GEN) env LPATH=.libs $(CHECK_DEBUG) $(SCANNER_ENV) $(SCANNER_BIN) $(SCANNER_ARGS)
SCANNER_LIBS = \
$(top_srcdir)/giscanner/*.py \
$(top_builddir)/giscanner/libgiscanner.la \