summaryrefslogtreecommitdiff
path: root/source3/samba4.mk
diff options
context:
space:
mode:
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)