diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-12-14 10:23:30 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-12-15 08:16:31 +0100 |
commit | 715933a3d3d1023df0d77c1765850e8579b84dfc (patch) | |
tree | 7e918292b4c54ef80fa25a95d9955be866804e9f /source3/Makefile.in | |
parent | 0429471fe478b86a9857511a7b841601640c8bac (diff) | |
download | samba-715933a3d3d1023df0d77c1765850e8579b84dfc.tar.gz samba-715933a3d3d1023df0d77c1765850e8579b84dfc.tar.xz samba-715933a3d3d1023df0d77c1765850e8579b84dfc.zip |
s3:smbd: split ID_CACHE_* message handling into parent and child parts
metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index b0c17f6cff..1389293ad8 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -914,7 +914,7 @@ AUTH_OBJ = auth/auth.o @AUTH_STATIC@ auth/auth_util.o auth/token_util.o \ MANGLE_OBJ = smbd/mangle.o smbd/mangle_hash.o smbd/mangle_hash2.o -SMBD_OBJ_MAIN = smbd/server.o smbd/server_exit.o smbd/msg_idmap.o +SMBD_OBJ_MAIN = smbd/server.o smbd/server_exit.o BUILDOPT_OBJ = smbd/build_options.o |