summaryrefslogtreecommitdiff
path: root/misc/extract-gobject-sources.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/extract-gobject-sources.sh')
-rwxr-xr-xmisc/extract-gobject-sources.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/extract-gobject-sources.sh b/misc/extract-gobject-sources.sh
deleted file mode 100755
index 9e7679e6..00000000
--- a/misc/extract-gobject-sources.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-GLIBDIR=$1
-tools/g-ir-annotation-tool --extract \
- -DGOBJECT_COMPILATION \
- -I$GLIBDIR \
- -I$GLIBDIR/glib \
- -I$GLIBDIR/gobject \
- -I$GLIBDIR/gmodule \
- $GLIBDIR/gobject/*.c $GLIBDIR/gobject/*.h