summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-23 06:26:15 -0700
committerGünther Deschner <gd@samba.org>2010-09-23 08:13:14 -0700
commitd6121bdee06f32ffcf4a22ff50b728ea1e47c394 (patch)
treee4d715e455462e25895c6616bce890d3de21084c /source3/wscript_build
parent9bba222e8a960f790904527fb9c7443299f5882d (diff)
downloadsamba-d6121bdee06f32ffcf4a22ff50b728ea1e47c394.tar.gz
samba-d6121bdee06f32ffcf4a22ff50b728ea1e47c394.tar.bz2
samba-d6121bdee06f32ffcf4a22ff50b728ea1e47c394.zip
s3-waf: add libaddns.so.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build8
1 files changed, 6 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 85668522a4..298895bf95 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1050,7 +1050,6 @@ NET_SRC2 = 'utils/net_registry_util.c utils/net_help_common.c'
NET_SRC = '''${NET_SRC1}
${NET_SRC2}
- ${LIBADDNS_SRC0}
${LIBMSRPC_SRC}
${LIBADS_SRC} ${LIBADS_SERVER_SRC} ${LIBADS_PRINTER_SRC}
${DCUTIL_SRC}
@@ -1242,6 +1241,11 @@ bld.SAMBA_LIBRARY('libsmbsharemodes',
public_deps='''talloc tdb''',
vars=locals())
+bld.SAMBA_LIBRARY('libaddns',
+ source=LIBADDNS_SRC,
+ public_deps='SOCKET_WRAPPER',
+ vars=locals())
+
bld.SAMBA_SUBSYSTEM('LIBMSRPC_GEN',
source='${LIBNDR_GEN_SRC}',
vars=locals())
@@ -1401,7 +1405,7 @@ bld.SAMBA_BINARY('smbclient',
bld.SAMBA_BINARY('net',
source=NET_SRC,
- deps='''talloc tdb libnetapi cap resolv POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD
+ deps='''talloc tdb libnetapi libaddns cap resolv POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD
PARAM_WITHOUT_REG libwbclient PARAM KRBCLIENT LIBMSRPC_GEN
LOCALE_DIR''',
vars=locals())