summaryrefslogtreecommitdiff
path: root/source3/samba4.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-22 19:06:17 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-22 19:06:17 +0100
commit199bcbe8ae425cdf9d4561a08430ea274dd6e030 (patch)
treeaaa356cf7f9b6d2eb54e9589027163962a638b69 /source3/samba4.mk
parent928fd47c3db85ccb1db30875df4f4d7af5a6d847 (diff)
downloadsamba-199bcbe8ae425cdf9d4561a08430ea274dd6e030.tar.gz
samba-199bcbe8ae425cdf9d4561a08430ea274dd6e030.tar.bz2
samba-199bcbe8ae425cdf9d4561a08430ea274dd6e030.zip
Build samba 4 plugins in merged build.
Diffstat (limited to 'source3/samba4.mk')
-rw-r--r--source3/samba4.mk3
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)