patch-2.4.25 linux-2.4.25/fs/smbfs/Makefile
Next file: linux-2.4.25/fs/smbfs/dir.c
Previous file: linux-2.4.25/fs/smbfs/ChangeLog
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
2004-02-18 05:36:31.000000000 -0800
-  Orig file: 
linux-2.4.24/fs/smbfs/Makefile
-  Orig date: 
2001-10-02 17:03:34.000000000 -0700
diff -urN linux-2.4.24/fs/smbfs/Makefile linux-2.4.25/fs/smbfs/Makefile
@@ -9,7 +9,7 @@
 
 O_TARGET := smbfs.o
 
-obj-y   := proc.o dir.o cache.o sock.o inode.o file.o ioctl.o getopt.o
+obj-y   := proc.o dir.o cache.o sock.o inode.o file.o ioctl.o getopt.o symlink.o
 obj-m   := $(O_TARGET)
 
 # If you want debugging output, you may add these flags to the EXTRA_CFLAGS
@@ -29,7 +29,7 @@
 #
 
 # getopt.c not included. It is intentionally separate
-SRC = proc.c dir.c cache.c sock.c inode.c file.c ioctl.c
+SRC = proc.c dir.c cache.c sock.c inode.c file.c ioctl.c symlink.c
 
 proto:
 	-rm -f proto.h
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)