summaryrefslogtreecommitdiff
path: root/source4/libcli/config.mk
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-05-02 10:59:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:32 -0500
commitce3293c5b6864dd4e04638bf819cf0269b761fce (patch)
treeca285636653a7f66048a38fcfd1cccbf8dad51e6 /source4/libcli/config.mk
parent635d385ea1b07ab4185d9c31dee727ec69ba9992 (diff)
downloadsamba-ce3293c5b6864dd4e04638bf819cf0269b761fce.tar.gz
samba-ce3293c5b6864dd4e04638bf819cf0269b761fce.tar.bz2
samba-ce3293c5b6864dd4e04638bf819cf0269b761fce.zip
r15391: Wrap up the nbt_name_query() function as a bit of an experiment. It
seemed to work quite well and this technique might be good for generating an interface to use for automated testing. Tested by doing a nbt lookup against smbd. (This used to be commit 11150b3140c91459f17c767adf07a54524338c18)
Diffstat (limited to 'source4/libcli/config.mk')
-rw-r--r--source4/libcli/config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index f3e9be7f63..46f3336fd1 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -56,6 +56,11 @@ OBJ_FILES = \
PUBLIC_DEPENDENCIES = LIBNDR NDR_NBT LIBCLI_COMPOSITE LIBEVENTS \
NDR_SECURITY samba-socket
+[LIBRARY::swig_libcli_nbt]
+LIBRARY_REALNAME = swig/_libcli_nbt.$(SHLIBEXT)
+OBJ_FILES = swig/libcli_nbt_wrap.o
+PUBLIC_DEPENDENCIES = LIBCLI_NBT DYNCONFIG LIBSAMBA-CONFIG
+
[SUBSYSTEM::LIBCLI_DGRAM]
OBJ_FILES = \
dgram/dgramsocket.o \