diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-29 03:44:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:20 -0500 |
commit | efc42a068bd50728c80b0df95b7b9a97514345f6 (patch) | |
tree | dc699dc70bbcd7ce48d01bebf08c535071f62a79 | |
parent | 2c0a1f53910a6be9515e4f456426a73a9aa72308 (diff) | |
download | samba-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)
-rw-r--r-- | source4/build/smb_build/makefile.pm | 4 |
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 \\ |