Whamcloud - gitweb
Fix symlinks when building a new tree outside the source tree.
[fs/lustre-release.git] / lustre / llite / Makefile.am
1 # Copyright (C) 2001  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6 DEFS:= 
7
8 MODULE = llite
9 modulefs_DATA = llite.o
10 EXTRA_PROGRAMS = llite
11
12 page.c: 
13         test -e page.c || ln -sf $(top_srcdir)/lib/page.c
14
15
16 LINX=page.c
17 llite_SOURCES =  commit_callback.c page.c super.c rw.c file.c dir.c sysctl.c namei.c symlink.c
18
19 dist-hook:
20         list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
21
22 include $(top_srcdir)/Rules