diff options
author | Kai Blin <kai@samba.org> | 2009-08-12 17:50:04 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2009-08-18 20:26:05 +0200 |
commit | bc0e0a4c69d11fbdb61b1edc1e8d088090807249 (patch) | |
tree | 47d2b0cbd94839b17d6611a311b9f0acf4134a50 /source3 | |
parent | 19855ca2bb13c515c5ee1ec495dac7b41b6b1878 (diff) | |
download | samba-bc0e0a4c69d11fbdb61b1edc1e8d088090807249.tar.gz samba-bc0e0a4c69d11fbdb61b1edc1e8d088090807249.tar.bz2 samba-bc0e0a4c69d11fbdb61b1edc1e8d088090807249.zip |
wbinfo: Use one codebase for Samba3 and Samba4.
There can be only one....wbinfo that is.
Diffstat (limited to 'source3')
-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 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: |