Whamcloud - gitweb
9ed0b33d1bb4e6533cd5d8513980ac7f2cd947a4
[fs/lustre-release.git] / lustre / ost / 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 MODULE = ost
8 modulefs_DATA = ost.o
9 EXTRA_PROGRAMS = ost
10
11 obd_pack.c: 
12         ln -s ../lib/obd_pack.c .
13 page.c:
14         ln -s ../lib/page.c
15
16 ost_SOURCES = page.c obd_pack.c ost_handler.c
17
18 include $(top_srcdir)/Rules
19