diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-02 12:20:21 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-05-08 12:57:04 +0200 |
commit | 897ef820a40afffbf337b5487a49d957464def67 (patch) | |
tree | 092f654a82f289cf33825bfb882cf70dd16fa25c /source3/wscript_build | |
parent | f346a737855bb5018978f0fcf1dcafbf5dc7e603 (diff) | |
download | samba-897ef820a40afffbf337b5487a49d957464def67.tar.gz samba-897ef820a40afffbf337b5487a49d957464def67.tar.bz2 samba-897ef820a40afffbf337b5487a49d957464def67.zip |
s3-lib Use common lib/socket code for get_interfaces() et al
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 0498a9ac9f..149b5c545a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -60,7 +60,7 @@ REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c''' LIB_SRC = ''' lib/messages.c lib/messages_local.c lib/messages_ctdbd.c lib/ctdb_packet.c lib/ctdbd_conn.c - lib/interfaces.c lib/memcache.c + lib/memcache.c lib/talloc_dict.c lib/util_sconn.c lib/serverid.c @@ -780,7 +780,7 @@ bld.SAMBA3_SUBSYSTEM('KRBCLIENT', bld.SAMBA3_LIBRARY('samba3core', source=LIB_SRC, - deps='LIBCRYPTO ndr ndr-util security NDR_SECURITY charset NDR_MESSAGING LIBASYNC_REQ tdb-wrap3 CHARSET3 UTIL_TDB UTIL_PW SAMBA_VERSION KRB5_WRAP flag_mapping util_reg passdb PTHREADPOOL', + deps='LIBCRYPTO ndr ndr-util security NDR_SECURITY charset NDR_MESSAGING LIBASYNC_REQ tdb-wrap3 CHARSET3 UTIL_TDB UTIL_PW SAMBA_VERSION KRB5_WRAP flag_mapping util_reg passdb PTHREADPOOL interfaces', private_library=True, vars=locals()) @@ -1331,6 +1331,7 @@ bld.RECURSE('../auth') bld.RECURSE('../auth/kerberos') bld.RECURSE('../lib/addns') bld.RECURSE('../lib/async_req') +bld.RECURSE('../lib/socket') bld.RECURSE('../libcli/auth') bld.RECURSE('../libcli/drsuapi') bld.RECURSE('../libcli/ldap') |