summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/autogen.sh')
-rwxr-xr-xsource4/lib/ldb/autogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/autogen.sh b/source4/lib/ldb/autogen.sh
index aee9a6c2f7..921ef04d82 100755
--- a/source4/lib/ldb/autogen.sh
+++ b/source4/lib/ldb/autogen.sh
@@ -17,6 +17,8 @@ autoconf $IPATHS || exit 1
rm -rf autom4te.cache
+swig -python ldb.i # Ignore errors, for now
+
echo "Now run ./configure and then make."
exit 0