summaryrefslogtreecommitdiff
path: root/source4/utils/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-28 11:26:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:18 -0500
commite6ea227235b694c823a1eb17be3f0bcadc2a74a4 (patch)
tree52353acbde8370f82637fdcc3511f2e388efec15 /source4/utils/config.mk
parent99ecf2d95325e7b6143596760dbc2780ba246dc6 (diff)
downloadsamba-e6ea227235b694c823a1eb17be3f0bcadc2a74a4.tar.gz
samba-e6ea227235b694c823a1eb17be3f0bcadc2a74a4.tar.bz2
samba-e6ea227235b694c823a1eb17be3f0bcadc2a74a4.zip
r5054: added a nmblookup tool, based on the new nbt library
(This used to be commit 9587cbcb9ea5303b345c31a662e9cd75d7cd705d)
Diffstat (limited to 'source4/utils/config.mk')
-rw-r--r--source4/utils/config.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/utils/config.mk b/source4/utils/config.mk
index eb2b150af9..c9226f7f70 100644
--- a/source4/utils/config.mk
+++ b/source4/utils/config.mk
@@ -69,3 +69,16 @@ REQUIRED_SUBSYSTEMS = \
NDR_SAMR
# End BINARY setnttoken
#################################
+
+#################################
+# Start BINARY nmblookup
+[BINARY::nmblookup]
+OBJ_FILES = \
+ utils/nmblookup.o
+REQUIRED_SUBSYSTEMS = \
+ CONFIG \
+ LIBCMDLINE \
+ LIBBASIC \
+ LIBCLI_NBT
+# End BINARY nmblookup
+#################################