summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-02-06 23:06:41 +0100
committerStefan Metzmacher <metze@samba.org>2012-06-29 19:11:04 +0200
commitf7762e2730aa4e2fe37043b56e0413983b484108 (patch)
tree3c251ff6361b2f3d61b88fe651cb5de13ab9e022 /source3/Makefile.in
parent9c8e2b5af0039a8bae216781df008be10c0f0835 (diff)
downloadsamba-f7762e2730aa4e2fe37043b56e0413983b484108.tar.gz
samba-f7762e2730aa4e2fe37043b56e0413983b484108.tar.bz2
samba-f7762e2730aa4e2fe37043b56e0413983b484108.zip
s3:smbd: add smbXsrv_open* infrastructure
Pair-Programmed-With: Michael Adam <obnox@samba.org> metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index d9c4df3310..483d0d485b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -979,6 +979,7 @@ SMBD_OBJ_SRV = smbd/server_reload.o \
smbd/smbXsrv_version.o \
smbd/smbXsrv_session.o \
smbd/smbXsrv_tcon.o \
+ smbd/smbXsrv_open.o \
$(MANGLE_OBJ) @VFS_STATIC@
SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \