Whamcloud - gitweb
- elimininate the system calls from filter obd
[fs/lustre-release.git] / lustre / llite / Makefile.am
index 0f17467..bf574b9 100644 (file)
@@ -3,15 +3,16 @@
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
 
+DEFS:= 
+
 MODULE = llight
 modulefs_DATA = llight.o
 EXTRA_PROGRAMS = llight
 
+page.c: 
+       -ln -s ../lib/page.c
 
-llight_SOURCES =  mds_pack.c request.c # super.c rw.c file.c dir.c sysctl.c super.c namei.c symlink.c
-
-mds_pack.c: 
-       ln -s ../lib/mds_pack.c .
 
+llight_SOURCES =  page.c super.c rw.c file.c dir.c sysctl.c namei.c symlink.c
 
 include $(top_srcdir)/Rules