diff options
author | Colin Walters <walters@verbum.org> | 2010-09-30 09:10:30 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-09-30 09:10:30 -0400 |
commit | ebef2cf9f1c5de556afd839e0a4c13db373d4a50 (patch) | |
tree | c989863a2fcb2838d570ff58b167e23dd6ef0ea5 /tests/Makefile.am | |
parent | 3ff1d7ef11a8a00a56c9ac1dcff946e3b87a8f92 (diff) | |
download | gobject-introspection-ebef2cf9f1c5de556afd839e0a4c13db373d4a50.tar.gz |
tests: Specify --libtool
Should switch to Makefile.introspection in the future.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 1097744a..2c4c5475 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -46,6 +46,7 @@ everything.h: everything-stamp.h Everything-1.0.gir: libeverything-1.0.la Makefile $(AM_V_GEN) $(INTROSPECTION_SCANNER) $(INTROSPECTION_SCANNER_ARGS) --warn-all --warn-error --reparse-validate \ --namespace=Everything --nsversion=1.0 \ + --libtool="$(LIBTOOL)" \ --add-include-path=$(top_builddir)/gir --include=Gio-2.0 \ --library=libeverything-1.0.la --output=$@ \ everything.h everything.c @@ -53,6 +54,7 @@ Everything-1.0.gir: libeverything-1.0.la Makefile GIMarshallingTests-1.0.gir: libgimarshallingtests-1.0.la Makefile $(AM_V_GEN) $(INTROSPECTION_SCANNER) $(INTROSPECTION_SCANNER_ARGS) --warn-all --warn-error --reparse-validate \ --namespace=GIMarshallingTests --symbol-prefix=gi_marshalling_tests --nsversion=1.0 \ + --libtool="$(LIBTOOL)" \ --add-include-path=$(top_builddir)/gir --include=Gio-2.0 \ --library=libgimarshallingtests-1.0.la --output=$@ \ $(srcdir)/gimarshallingtests.h $(srcdir)/gimarshallingtests.c |