summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-12-14 10:23:30 +0100
committerStefan Metzmacher <metze@samba.org>2011-12-15 08:16:31 +0100
commit715933a3d3d1023df0d77c1765850e8579b84dfc (patch)
tree7e918292b4c54ef80fa25a95d9955be866804e9f /source3/wscript_build
parent0429471fe478b86a9857511a7b841601640c8bac (diff)
downloadsamba-715933a3d3d1023df0d77c1765850e8579b84dfc.tar.gz
samba-715933a3d3d1023df0d77c1765850e8579b84dfc.tar.bz2
samba-715933a3d3d1023df0d77c1765850e8579b84dfc.zip
s3:smbd: split ID_CACHE_* message handling into parent and child parts
metze
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index b07539f7f6..4fe432bf50 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -339,7 +339,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/msg_idmap.c'''
+SMBD_SRC_MAIN = '''smbd/server.c'''
BUILDOPT_SRC = '''smbd/build_options.c'''