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 /docs/g-ir-scanner.1 | |
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 'docs/g-ir-scanner.1')
-rw-r--r-- | docs/g-ir-scanner.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1 index 315f678e..f3c13c15 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -51,6 +51,9 @@ should be upper case. Examples: Gtk, Clutter, WebKit. Disable usage of libtool for compiling stub introspection binary. Use this if your build system does not require libtool. .TP +.B \---libtool +Full path to libtool executable. Typically used for Automake systems. +.TP .B ---nsversion=VERSION The namespace version. For instance 1.0. This is usually the platform version, eg 2.0 for Gtk+, not 2.12.7. |