From c36f93d8ced707fda4cfa4058131e8b1ca8d194d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 28 Feb 2011 15:36:11 +0100 Subject: s3: fix the waf build after adding smbd/msg_idmap.c --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index a5c5337137..a7023fe2b5 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -330,7 +330,7 @@ WINBINDD_SRC = '''${WINBINDD_SRC1} MANGLE_SRC = '''smbd/mangle.c smbd/mangle_hash.c smbd/mangle_hash2.c''' -SMBD_SRC_MAIN = '''smbd/server.c smbd/server_exit.c''' +SMBD_SRC_MAIN = '''smbd/server.c smbd/server_exit.c smbd/msg_idmap.c''' BUILDOPT_SRC = '''smbd/build_options.c''' -- cgit