From bc0e0a4c69d11fbdb61b1edc1e8d088090807249 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 12 Aug 2009 17:50:04 +0200 Subject: wbinfo: Use one codebase for Samba3 and Samba4. There can be only one....wbinfo that is. --- source3/samba4.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/samba4.mk b/source3/samba4.mk index a8cebf5a39..c988012b97 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 bin/wbinfo4 pythonmods setup plugins +all:: bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4 bin/smbclient4 pythonmods setup plugins torture:: bin/smbtorture4 everything:: $(patsubst %,%4,$(BINARIES)) setup: -- cgit