summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Holejsovsky <pavel.holejsovsky@gmail.com>2010-12-16 21:00:11 +0100
committerPavel Holejsovsky <pavel.holejsovsky@gmail.com>2010-12-16 21:01:56 +0100
commitd099ec3cb20a826f63e9fce91fcd6bbddd8e337d (patch)
tree1ef10f200e68baf5cdc4391813a88c9898beb0df
parent24a5ba0dc0be57146f6504679adf2527ed4a2802 (diff)
downloadgobject-introspection-d099ec3cb20a826f63e9fce91fcd6bbddd8e337d.tar.gz
Update path to g-ir-annotation-tool in extract-gio-sources.sh.
-rwxr-xr-xmisc/extract-gio-sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/extract-gio-sources.sh b/misc/extract-gio-sources.sh
index ed1b8c1f..cf7dfe58 100755
--- a/misc/extract-gio-sources.sh
+++ b/misc/extract-gio-sources.sh
@@ -1,6 +1,6 @@
#!/bin/sh
GLIBDIR=$1
-tools/g-ir-annotation-tool --extract \
+./g-ir-annotation-tool --extract \
-DGIO_COMPILATION \
-I$GLIBDIR \
-I$GLIBDIR/glib \