summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2011-02-03 16:30:29 +0100
committerMichael Adam <obnox@samba.org>2011-02-28 14:07:23 +0100
commit58081884f76ecd902e407a2cb24ab36261d2a507 (patch)
treec4696837a4640ba994da628198802ca2077df467 /source3/Makefile.in
parent42a4a9cbc339ffcafc23969c03e02050e1394dfb (diff)
downloadsamba-58081884f76ecd902e407a2cb24ab36261d2a507.tar.gz
samba-58081884f76ecd902e407a2cb24ab36261d2a507.tar.bz2
samba-58081884f76ecd902e407a2cb24ab36261d2a507.zip
s3: smbcontrol to notify smbd about idmap changes
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2f3575f948..b7a7a7858b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -868,7 +868,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_OBJ_MAIN = smbd/server.o smbd/server_exit.o smbd/msg_idmap.o
BUILDOPT_OBJ = smbd/build_options.o