diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 19:06:17 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 19:06:17 +0100 |
commit | 199bcbe8ae425cdf9d4561a08430ea274dd6e030 (patch) | |
tree | aaa356cf7f9b6d2eb54e9589027163962a638b69 | |
parent | 928fd47c3db85ccb1db30875df4f4d7af5a6d847 (diff) | |
download | samba-199bcbe8ae425cdf9d4561a08430ea274dd6e030.tar.gz samba-199bcbe8ae425cdf9d4561a08430ea274dd6e030.tar.bz2 samba-199bcbe8ae425cdf9d4561a08430ea274dd6e030.zip |
Build samba 4 plugins in merged build.
-rw-r--r-- | source3/samba4.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/samba4.mk b/source3/samba4.mk index e15d60255d..3f4fff4d35 100644 --- a/source3/samba4.mk +++ b/source3/samba4.mk @@ -166,7 +166,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 +all:: bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4 bin/smbclient4 bin/wbinfo4 pythonmods setup plugins torture:: bin/smbtorture4 everything:: $(patsubst %,%4,$(BINARIES)) setup: @@ -250,3 +250,4 @@ gdbtest4-env:: everything SMBD_VALGRIND="xterm -n server -e $(selftestdir)/gdb_run $(LD_LIBPATH_OVERRIDE)" \ $(SELFTEST4) $(SELFTEST4_NOSLOW_OPTS) --socket-wrapper --testenv +plugins: $(PLUGINS) |