diff options
author | Jeremy Allison <jra@samba.org> | 2009-10-20 13:28:05 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-10-20 13:28:05 -0700 |
commit | 0d33b0bfca668ef573499a3c2904f1fb071ec7b9 (patch) | |
tree | 612bb76ee5196808612e6653685480a997a04e7e | |
parent | c79e2ff69ac39286350b9cd85816d993e72a5464 (diff) | |
download | samba-0d33b0bfca668ef573499a3c2904f1fb071ec7b9.tar.gz samba-0d33b0bfca668ef573499a3c2904f1fb071ec7b9.tar.bz2 samba-0d33b0bfca668ef573499a3c2904f1fb071ec7b9.zip |
Remove pythonmods from the build in source3, it doesn't build anyway
and isn't needed (as far as I can tell).
Jeremy.
-rw-r--r-- | source3/samba4.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/samba4.mk b/source3/samba4.mk index c988012b97..7e8687d3d9 100644 --- a/source3/samba4.mk +++ b/source3/samba4.mk @@ -167,7 +167,7 @@ modules:: $(PLUGINS) pythonmods:: $(PYTHON_PYS) $(PYTHON_SO) -all:: bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4 bin/smbclient4 pythonmods setup plugins +all:: bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4 bin/smbclient4 setup plugins torture:: bin/smbtorture4 everything:: $(patsubst %,%4,$(BINARIES)) setup: |