summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2009-08-17 00:07:35 -0400
committerColin Walters <walters@verbum.org>2009-08-17 00:07:35 -0400
commit19db6454c48b6d8e4a0f033cf6c1d2b4be66f6c7 (patch)
tree318b20be20c04da4fc15d7a910715448f612839c /tests
parentb2d26635b316549c4e95f777961b68ea59372f91 (diff)
downloadgobject-introspection-19db6454c48b6d8e4a0f033cf6c1d2b4be66f6c7.tar.gz
autoconf-2.64 compat: Don't use $(builddir)
$(builddir) is not a standard automake variable. With autoconf < 2.64 it ends up getting set in every Makefile.in to '.' (because autoconf defines it), but that is no longer the case for 2.64. Since $(builddir) was always '.', just use that instead.
Diffstat (limited to 'tests')
-rw-r--r--tests/offsets/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am
index 75dba3cb..b292ef6e 100644
--- a/tests/offsets/Makefile.am
+++ b/tests/offsets/Makefile.am
@@ -52,8 +52,8 @@ CLEANFILES += gitestoffsets.c
############################################################
check-local: offsets-1.0.typelib
- LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}$(builddir) GI_TYPELIB_PATH=$(builddir):$(top_builddir)/gir \
- $(builddir)/gitestoffsets$(EXEEXT) offsets.compiled offsets.introspected
+ LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:} GI_TYPELIB_PATH=:$(top_builddir)/gir \
+ gitestoffsets$(EXEEXT) offsets.compiled offsets.introspected
diff -u offsets.compiled offsets.introspected
CLEANFILES += offsets.compiled offsets.introspected