summaryrefslogtreecommitdiff
path: root/source4/scripting
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/scripting
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/scripting')
-rw-r--r--source4/scripting/swig/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/scripting/swig/config.mk b/source4/scripting/swig/config.mk
index 282758de52..6c62d3ded8 100644
--- a/source4/scripting/swig/config.mk
+++ b/source4/scripting/swig/config.mk
@@ -8,7 +8,8 @@ OBJ_FILES = dcerpc_wrap.o
#######################
# Swig extensions
-swig: lib/tdb/swig/_tdb.$(SHLIBEXT) lib/ldb/swig/_ldb.$(SHLIBEXT)
+swig: lib/tdb/swig/_tdb.$(SHLIBEXT) lib/ldb/swig/_ldb.$(SHLIBEXT) \
+ libcli/swig/_libcli_nbt.$(SHLIBEXT)
.SUFFIXES: _wrap.c .i