summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-27 23:36:16 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-27 23:36:16 +0000
commit28f7d7588a624cd726c8a721a8f9db5e1cae9936 (patch)
treea717ae2cd8842e0d95e0e13d5bbd89b23a8fefb5
parent6d620e0e00723e0d3a5889044a2e19e99c17917a (diff)
downloadsamba-28f7d7588a624cd726c8a721a8f9db5e1cae9936.tar.gz
samba-28f7d7588a624cd726c8a721a8f9db5e1cae9936.tar.bz2
samba-28f7d7588a624cd726c8a721a8f9db5e1cae9936.zip
Compile @VFS_STATIC@ into smbd and vfstest
(This used to be commit 0133c0a2ee36015f6f459da6f4d9472bf5a4dec4)
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b76cbe0914..9aca82571f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -324,7 +324,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
printing/printfsp.o lib/util_seaccess.o \
smbd/build_options.o \
smbd/change_trust_pw.o \
- $(MANGLE_OBJ)
+ $(MANGLE_OBJ) @VFS_STATIC@
SMBD_OBJ_BASE = $(PARAM_OBJ) $(SMBD_OBJ_SRV) $(MSDFS_OBJ) $(LIBSMB_OBJ) \
$(RPC_SERVER_OBJ) $(RPC_PARSE_OBJ) $(SECRETS_OBJ) $(UBIQX_OBJ) \