[gobject-introspection] Replace LIBTOOL_LIBTOOL to LIBTOOL. Closes #592968.



commit 1395da0e497bdc298aa321358de1c2812c2aa5f5
Author: Halton Huo <halton huo sun com>
Date:   Tue Aug 25 11:22:41 2009 +0800

    Replace LIBTOOL_LIBTOOL to LIBTOOL. Closes #592968.

 gir/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index c37e030..efdcdb6 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -66,7 +66,7 @@ GObject-2.0.gir: GLib-2.0.gir $(SCANNER_BIN) $(SCANNER_LIBS) Makefile
 	    --noclosure \
 	    --output $@ \
 	    --strip-prefix=g \
-	    --libtool="$(LIBTOOL_LIBTOOL)" \
+	    --libtool="$(LIBTOOL)" \
 	    --c-include="glib-object.h" \
 	    --include=GLib-2.0 \
 	    --library=$(GOBJECT_LIBRARY) \
@@ -98,7 +98,7 @@ GModule-2.0.gir: GLib-2.0.gir $(SCANNER_BIN) $(SCANNER_LIBS)
 	    --noclosure \
 	    --output $@ \
 	    --strip-prefix=g \
-	    --libtool="$(LIBTOOL_LIBTOOL)" \
+	    --libtool="$(LIBTOOL)" \
 	    --c-include="gmodule.h" \
 	    --include=GLib-2.0 \
 	    --library=$(GMODULE_LIBRARY) \



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