summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-01-28 15:43:18 +0000
committerStefan Metzmacher <metze@samba.org>2004-01-28 15:43:18 +0000
commit7de61be92413ce03bab20ab332e9b16dea56fc97 (patch)
tree2161763999865d6f404b8fdc1f9dc41f9fa1fb87 /source4/Makefile.in
parentd70b4a07bfef3d712cfd1d67597f2ed0f764d8a2 (diff)
downloadsamba-7de61be92413ce03bab20ab332e9b16dea56fc97.tar.gz
samba-7de61be92413ce03bab20ab332e9b16dea56fc97.tar.bz2
samba-7de61be92413ce03bab20ab332e9b16dea56fc97.zip
- remove all STFS related stuff
(which were already removed in revision 1.37 and readded by mistake in revision 1.39) - change the SMB_MODULE() macro a bit Now we have: dnl Specify the default build method of this module dnl SMB_MODULE_DEFAULT(name,default_build) AC_DEFUN(SMB_MODULE_DEFAULT,... dnl Mark specified module as shared dnl SMB_MODULE(name,default_build,static_files,shared_files,subsystem,whatif-static,whatif-shared,whatif-not) this let us specify the default build method inside of the included config.m4 files metze (This used to be commit 92a3eb83d4bb07a7f1f87232e26831d05ab42915)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in
index 4baa3f1078..887b9b24ea 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -201,16 +201,6 @@ AUTH_OBJ = auth/auth.o auth/auth_sam.o \
SMBD_OBJ_MAIN = smbd/server.o
-NTVFS_CSM_MAIN = ntvfs/tank/vfs_tank.o
-#we don't want these in main proto.h
-NTVFS_CSM_OBJ = ntvfs/tank/csm_init.o ntvfs/tank/csm_unlink.o \
- ntvfs/tank/csm_util.o ntvfs/tank/csm_error.o ntvfs/tank/csm_lookup.o \
- ntvfs/tank/csm_blockmap.o ntvfs/tank/csm_dir.o \
- ntvfs/tank/csm_fcntl.o ntvfs/tank/csm_io.o ntvfs/tank/csm_mkdir.o \
- ntvfs/tank/csm_open.o ntvfs/tank/csm_rename.o \
- ntvfs/tank/csm_attr.o ntvfs/tank/csm_truncate.o \
- ntvfs/tank/csm_fd.o
-
NTVFS_CIFS_OBJ = ntvfs/cifs/vfs_cifs.o
NTVFS_SIMPLE_OBJ = ntvfs/simple/vfs_simple.o ntvfs/simple/svfs_util.o
NTVFS_IPC_OBJ = ntvfs/ipc/vfs_ipc.o