Whamcloud - gitweb
Tweak autogen.sh and Makefiles to be compatible with Automake 1.6.2.
[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= lov_pack.c
12
13 lov_SOURCES = lov_obd.c $(LINX)
14
15 lov_pack.c: 
16         test -e lov_pack.c || ln -sf $(top_srcdir)/lib/lov_pack.c
17
18 include $(top_srcdir)/Rules