summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-13 07:48:04 +1000
committerStefan Metzmacher <metze@samba.org>2010-05-28 18:08:25 +0200
commit8bc32513da9f0009774b6efce76f26c2177a976a (patch)
tree2f714f124a5d75d9929e1f25a7862a70167068aa /source3/Makefile.in
parentf7333629f80997822e0e617050a31d1fcc2d9595 (diff)
downloadsamba-8bc32513da9f0009774b6efce76f26c2177a976a.tar.gz
samba-8bc32513da9f0009774b6efce76f26c2177a976a.tar.bz2
samba-8bc32513da9f0009774b6efce76f26c2177a976a.zip
s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.c
Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 72a7315eaa..36380b5cc7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -776,7 +776,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_OBJ_MAIN = smbd/server.o smbd/server_exit.o
BUILDOPT_OBJ = smbd/build_options.o