summaryrefslogtreecommitdiff
path: root/tests/offsets/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-11-16 09:46:00 -0500
committerColin Walters <walters@verbum.org>2010-11-16 09:46:00 -0500
commite4b6098e55307f602c179f37d59fbc6d0d965267 (patch)
treee118faf6eeb94068ba8f8cb558f081a344512ebc /tests/offsets/Makefile.am
parente59214ec184423e0a468e7b01be4a38acacf2b31 (diff)
downloadgobject-introspection-e4b6098e55307f602c179f37d59fbc6d0d965267.tar.gz
Fix tests to look in correct directory for typelibs
With nonrecursive they're in $(top_builddir) now
Diffstat (limited to 'tests/offsets/Makefile.am')
-rw-r--r--tests/offsets/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am
index 60d37b39..4f03830e 100644
--- a/tests/offsets/Makefile.am
+++ b/tests/offsets/Makefile.am
@@ -48,7 +48,7 @@ CLEANFILES += gitestoffsets.c
############################################################
check-local: Offsets-1.0.typelib
- GI_TYPELIB_PATH=:$(top_builddir)/gir ./gitestoffsets$(EXEEXT) offsets.compiled offsets.introspected
+ GI_TYPELIB_PATH=:$(top_builddir) ./gitestoffsets$(EXEEXT) offsets.compiled offsets.introspected
diff -u offsets.compiled offsets.introspected
CLEANFILES += offsets.compiled offsets.introspected