diff options
author | Colin Walters <walters@verbum.org> | 2010-11-16 09:46:00 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-11-16 09:46:00 -0500 |
commit | e4b6098e55307f602c179f37d59fbc6d0d965267 (patch) | |
tree | e118faf6eeb94068ba8f8cb558f081a344512ebc /tests/offsets | |
parent | e59214ec184423e0a468e7b01be4a38acacf2b31 (diff) | |
download | gobject-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')
-rw-r--r-- | tests/offsets/Makefile.am | 2 |
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 |