summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r--source4/lib/ldb/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index 22ad9a20be..a4723f99a5 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -222,3 +222,10 @@ etags:
ctags:
ctags `find $(srcdir) -name "*.[ch]"`
+
+# Python bindings
+build-python:
+ ./setup.py build
+
+install-python:
+ ./setup.py install --prefix=$(prefix)