summaryrefslogtreecommitdiff
path: root/tests/offsets
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2009-01-15 22:31:07 +0000
committerJohan Dahlin <johan@src.gnome.org>2009-01-15 22:31:07 +0000
commit63cd2160c4782a2d419ceeb08c51d7d9955c21f6 (patch)
tree584489d6887824ea08f3a5fec7e451c21cd452cc /tests/offsets
parent4d320b0b10ccba8c89aa8b2fd4ddc90f99b8688f (diff)
downloadgobject-introspection-63cd2160c4782a2d419ceeb08c51d7d9955c21f6.tar.gz
Bug 567813 – Everything should be versioned
2009-01-15 Johan Dahlin <jdahlin@async.com.br> Bug 567813 – Everything should be versioned * gir/Makefile.am: * girepository/Makefile.am: * girepository/girepository.c (init_globals): * girepository/girparser.c (locate_gir): * giscanner/dumper.py: * giscanner/transformer.py: * gobject-introspection-1.0.pc.in: * tests/everything/Makefile.am: * tests/invoke/Makefile.am: * tests/offsets/Makefile.am: * tests/repository/Makefile.am: * tests/scanner/Makefile.am: * tools/Makefile.am: svn path=/trunk/; revision=1046
Diffstat (limited to 'tests/offsets')
-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 d04b8015..8673aff9 100644
--- a/tests/offsets/Makefile.am
+++ b/tests/offsets/Makefile.am
@@ -39,7 +39,7 @@ check_PROGRAMS += gitestoffsets
nodist_gitestoffsets_SOURCES = gitestoffsets.c
gitestoffsets_CPPFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository
-gitestoffsets_LDADD = $(top_builddir)/girepository/libgirepository.la $(GIREPO_LIBS)
+gitestoffsets_LDADD = $(top_builddir)/girepository/libgirepository-1.0.la $(GIREPO_LIBS)
gitestoffsets.c: gen-gitestoffsets offsets.h
$(PYTHON) $(srcdir)/gen-gitestoffsets $(srcdir)/offsets.h > $@ || ( rm -f $@ && false )