summaryrefslogtreecommitdiff
path: root/source4/libcli/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-08 11:56:46 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-08 11:56:46 +0200
commit6e493fc631647c1c4d19f77dd9f625202bd889f2 (patch)
tree1670d9e0dbbec0b27ee15b8901a072d7f1b18f9c /source4/libcli/config.mk
parent717ef3867a22a5f7427a04083da6cc0b50353bd2 (diff)
downloadsamba-6e493fc631647c1c4d19f77dd9f625202bd889f2.tar.gz
samba-6e493fc631647c1c4d19f77dd9f625202bd889f2.tar.bz2
samba-6e493fc631647c1c4d19f77dd9f625202bd889f2.zip
Add manpage for nmblookup, move nmblookup closer to nbt library.
Diffstat (limited to 'source4/libcli/config.mk')
-rw-r--r--source4/libcli/config.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index d68a2a2ce3..8e8587ffa4 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -55,6 +55,20 @@ LIBCLI_NBT_OBJ_FILES = $(addprefix $(libclinbtsrcdir)/nbt/, \
namerefresh.o \
namerelease.o)
+[BINARY::nmblookup]
+INSTALLDIR = BINDIR
+PRIVATE_DEPENDENCIES = \
+ LIBSAMBA-HOSTCONFIG \
+ LIBSAMBA-UTIL \
+ LIBCLI_NBT \
+ LIBPOPT \
+ POPT_SAMBA \
+ LIBNETIF \
+ LIBCLI_RESOLVE
+
+nmblookup_OBJ_FILES = $(libclinbtsrcdir)/tools/nmblookup.o
+MANPAGES += $(libclinbtsrcdir)/man/nmblookup.1
+
[SUBSYSTEM::LIBCLI_NDR_NETLOGON]
PUBLIC_DEPENDENCIES = LIBNDR \
NDR_SECURITY