From d4d587670151a60393f5c61fcef1159b042df5fa Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 8 Oct 2007 17:43:27 +0000 Subject: r25582: build nmblookup with make testsuite as it's needed in the blackbox tests metze (This used to be commit 18991998b209f46937d1060c2bc8b841da5b6173) --- source4/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/main.mk b/source4/main.mk index 4610ecb260..1a6524cbf4 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -47,7 +47,7 @@ everything: all libraries headers # needed by samba3's 'make test' and the build-farm # scripts use that it as fallback in case # 'make everything' fails -testsuite: bin/smbclient bin/cifsdd bin/smbtorture +testsuite: bin/smbclient bin/cifsdd bin/smbtorture bin/nmblookup showlayout: @echo 'Samba will be installed into:' -- cgit