summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-11 18:20:18 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-11 18:20:18 +0100
commit792f769e969da156bbc6330118e200f2eae19d7c (patch)
tree066864f2980af148960802fe39d6fa7ed5dff9ae
parentb4a4e635246b88277b235fa343eda48bd4bb4ce3 (diff)
downloadsamba-792f769e969da156bbc6330118e200f2eae19d7c.tar.gz
samba-792f769e969da156bbc6330118e200f2eae19d7c.tar.bz2
samba-792f769e969da156bbc6330118e200f2eae19d7c.zip
Build python modules by default in merged build (required for provision).
-rw-r--r--source3/samba4.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/samba4.mk b/source3/samba4.mk
index 032a3d9c35..7631112684 100644
--- a/source3/samba4.mk
+++ b/source3/samba4.mk
@@ -161,7 +161,7 @@ modules:: $(PLUGINS)
pythonmods:: $(PYTHON_PYS) $(PYTHON_SO)
-all:: bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4 bin/smbclient4
+all:: bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4 bin/smbclient4 pythonmods
torture:: bin/smbtorture4
everything:: $(patsubst %,%4,$(BINARIES))