diff options
author | Günther Deschner <gd@samba.org> | 2010-07-05 17:38:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-05 17:38:16 +0200 |
commit | 3255a7c42c13874eb7bfbf058f8388325afe5a7f (patch) | |
tree | d0ef2a892adfe3586180e9452616de5831224f08 /source3/wscript_build | |
parent | 3323e88f74ecdfb94026fc23b870c10bba375d34 (diff) | |
download | samba-3255a7c42c13874eb7bfbf058f8388325afe5a7f.tar.gz samba-3255a7c42c13874eb7bfbf058f8388325afe5a7f.tar.bz2 samba-3255a7c42c13874eb7bfbf058f8388325afe5a7f.zip |
s3-waf: fix the build.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 0a6b509b5b..337b840075 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -135,6 +135,7 @@ LIB_SRC = '''${LIBSAMBAUTIL_SRC} ${UTIL_SRC} ${CRYPTO_SRC} lib/messages_ctdbd.c lib/packet.c lib/ctdbd_conn.c lib/interfaces.c lib/memcache.c lib/talloc_dict.c + lib/util_sconn.c lib/serverid.c lib/util_transfer_file.c ../lib/async_req/async_sock.c ${TDB_LIB_SRC} @@ -659,7 +660,7 @@ WINBINDD_SRC = '''${WINBINDD_SRC1} ${DCUTIL_SRC} ${IDMAP_SRC} ${NSS_INFO_SRC} ${AFS_SRC} ${AFS_SETTOKEN_SRC} ${LIBADS_SERVER_SRC} - ${RPC_NCACN_NP_INTERNAL} ${RPC_SAMR_SRC} ${RPC_LSA_OBJ} + ${RPC_NCACN_NP_INTERNAL} ${RPC_SAMR_SRC} ${RPC_LSA_SRC} ${TDB_VALIDATE_SRC}''' LIBNET_SRC = 'libnet/libnet_join.c libnet/libnet_keytab.c librpc/gen_ndr/ndr_libnet_join.c' |