From efc42a068bd50728c80b0df95b7b9a97514345f6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 29 Jan 2005 03:44:47 +0000 Subject: r5085: add net and nmblookup to installed binaries metze, can you look at automating this when you get time? We really need a flag in config.mk for "BINARY::" sections for the install location, something like: [BINARY::nmblookup] OBJ_FILES = \ utils/nmblookup.o INSTALL_IN = bin (This used to be commit a69c1a91307dc5bd13db94fdbb7cbaba90b074aa) --- source4/build/smb_build/makefile.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/build') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 21fef2bd6c..20208ac88d 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -608,7 +608,9 @@ TORTURE_PROGS = bin/smbtorture \\ bin/gentest \\ bin/locktest \\ bin/masktest \\ - bin/ndrdump + bin/ndrdump \\ + bin/net \\ + bin/nmblookup LDB_PROGS = bin/ldbadd \\ bin/ldbdel \\ -- cgit