diff options
author | Colin Walters <walters@src.gnome.org> | 2008-11-26 15:47:35 +0000 |
---|---|---|
committer | Colin Walters <walters@src.gnome.org> | 2008-11-26 15:47:35 +0000 |
commit | 517267dbfc166a44ac63a32a5fe76af21c04b2fe (patch) | |
tree | 7a1aa95ba9886442bbe3af87d693a18b8fa7c160 /tests/offsets | |
parent | 34a95322d74db8e41f84fc0535f0a3786e7644a4 (diff) | |
download | gobject-introspection-517267dbfc166a44ac63a32a5fe76af21c04b2fe.tar.gz |
Add --libtool option which we expect Automake-using people to pass
svn path=/trunk/; revision=977
Diffstat (limited to 'tests/offsets')
-rw-r--r-- | tests/offsets/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am index 2c3cae20..d04b8015 100644 --- a/tests/offsets/Makefile.am +++ b/tests/offsets/Makefile.am @@ -20,6 +20,7 @@ liboffsets_la_LDFLAGS = -avoid-version -rpath $(libdir) offsets-1.0.gir: liboffsets.la offsets.h $(SCANNER_BIN) $(SCANNER_LIBS) Makefile $(CHECK_DEBUG) $(SCANNER) \ + --libtool="$(LIBTOOL)" \ --library=offsets \ --namespace=offsets \ --nsversion=1.0 \ |