Whamcloud - gitweb
Merge b_md into HEAD
[fs/lustre-release.git] / lustre / lov / Makefile.am
1 # Copyright (C) 2002 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 = lov
9 modulefs_DATA = lov.o
10 EXTRA_PROGRAMS = lov
11 LINX=client.c
12
13 lov_SOURCES = lov_obd.c lov_pack.c lproc_lov.c $(LINX)
14
15 client.c: 
16         test -e client.c || ln -sf $(top_srcdir)/lib/client.c
17
18 include $(top_srcdir)/Rules