[gobject-introspection] tests: Specify --libtool



commit ebef2cf9f1c5de556afd839e0a4c13db373d4a50
Author: Colin Walters <walters verbum org>
Date:   Thu Sep 30 09:10:30 2010 -0400

    tests: Specify --libtool
    
    Should switch to Makefile.introspection in the future.

 tests/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1097744..2c4c547 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]