Whamcloud - gitweb
Tweak autogen.sh and Makefiles to be compatible with Automake 1.6.2.
[fs/lustre-release.git] / lustre / llite / Makefile.am
index 2d095b4..1838bd1 100644 (file)
@@ -3,18 +3,18 @@
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
 
-DEFS:
+DEFS= 
 
-MODULE = llight
-modulefs_DATA = llight.o
-EXTRA_PROGRAMS = llight
+MODULE = llite
+modulefs_DATA = llite.o
+EXTRA_PROGRAMS = llite
 
 page.c: 
-       -ln -s ../lib/page.c
+       test -e page.c || ln -sf $(top_srcdir)/lib/page.c
 
 
 LINX=page.c
-llight_SOURCES =  page.c super.c rw.c file.c dir.c sysctl.c namei.c symlink.c
+llite_SOURCES =  dcache.c recover.c commit_callback.c page.c super.c rw.c file.c dir.c sysctl.c namei.c symlink.c
 
 dist-hook:
        list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done