projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52126d9
)
Replace LIBTOOL_LIBTOOL to LIBTOOL. Closes #592968.
author
Halton Huo
<halton.huo@sun.com>
Tue, 25 Aug 2009 03:22:41 +0000
(11:22 +0800)
committer
Halton Huo
<halton.huo@sun.com>
Tue, 25 Aug 2009 03:22:41 +0000
(11:22 +0800)
gir/Makefile.am
patch
|
blob
|
history
diff --git
a/gir/Makefile.am
b/gir/Makefile.am
index
c37e030
..
efdcdb6
100644
(file)
--- 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) \