summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-29 03:44:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:20 -0500
commitefc42a068bd50728c80b0df95b7b9a97514345f6 (patch)
treedc699dc70bbcd7ce48d01bebf08c535071f62a79 /source4/build
parent2c0a1f53910a6be9515e4f456426a73a9aa72308 (diff)
downloadsamba-efc42a068bd50728c80b0df95b7b9a97514345f6.tar.gz
samba-efc42a068bd50728c80b0df95b7b9a97514345f6.tar.bz2
samba-efc42a068bd50728c80b0df95b7b9a97514345f6.zip
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)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/makefile.pm4
1 files changed, 3 insertions, 1 deletions
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 \\