summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-02-03 05:47:36 +0000
committerStefan Metzmacher <metze@samba.org>2004-02-03 05:47:36 +0000
commit26ecaa32266e0c8699f280dd190811c310f2939c (patch)
treef33117f0ace3da6141e932f97cfcc51ef53233ab /source4/Makefile.in
parentb2f097ad38e3216946dcc45f749198d337fc117e (diff)
downloadsamba-26ecaa32266e0c8699f280dd190811c310f2939c.tar.gz
samba-26ecaa32266e0c8699f280dd190811c310f2939c.tar.bz2
samba-26ecaa32266e0c8699f280dd190811c310f2939c.zip
- move all SMB server stuff to smb_server/*
and create the SMB server subsystem - remove unused XML and MYSQL configure tests metze (This used to be commit 956d212c83d8ebd8e31ec109f17dc2105ca72c30)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in16
1 files changed, 7 insertions, 9 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in
index 06e89be16d..125c9e96ac 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -199,22 +199,20 @@ AUTH_OBJ = auth/auth.o auth/auth_sam.o \
SMBD_OBJ_MAIN = smbd/server.o
+SMB_OBJS = @SMB_OBJS@
+SMB_LIBS = @SMB_LIBS@
+
NTVFS_OBJS = @NTVFS_OBJS@
NTVFS_LIBS = @NTVFS_LIBS@
DCERPC_OBJS = @DCERPC_OBJS@
DCERPC_LIBS = @DCERPC_LIBS@
-SMBD_OBJ_SRV = smbd/connection.o \
- smbd/session.o smbd/process.o \
- smbd/password.o smbd/conn.o \
- smbd/negprot.o smbd/request.o \
- smbd/reply.o smbd/sesssetup.o \
- smbd/trans2.o smbd/search.o smbd/nttrans.o \
+SMBD_OBJ_SRV = smbd/process.o \
lib/server_mutex.o \
- smbd/build_options.o smbd/service.o \
- smbd/rewrite.o $(DCERPC_OBJS) \
- $(NTVFS_OBJS) @SMBD_EXTRA_OBJS@
+ smbd/build_options.o \
+ smbd/rewrite.o \
+ $(DCERPC_OBJS) $(SMB_OBJS) $(NTVFS_OBJS) @SMBD_EXTRA_OBJS@
PROCESS_MODEL_OBJS = @PROCESS_MODEL_OBJS@
PROCESS_MODEL_LIBS = @PROCESS_MODEL_LIBS@