From: Jeremy Allison Date: Tue, 20 Oct 2009 20:28:05 +0000 (-0700) Subject: Remove pythonmods from the build in source3, it doesn't build anyway X-Git-Tag: tdb-1.2.0~604 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=0d33b0bfca668ef573499a3c2904f1fb071ec7b9 Remove pythonmods from the build in source3, it doesn't build anyway and isn't needed (as far as I can tell). Jeremy. --- diff --git a/source3/samba4.mk b/source3/samba4.mk index c988012b970..7e8687d3d9e 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: