Whamcloud - gitweb
Most of the code for the OST target.
[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 MODULE = ost
7 modulefs_DATA = ost.o
8 EXTRA_PROGRAMS = ost
9
10 obd_pack.c: 
11         ln -s ../lib/obd_pack.c .
12
13 ost_SOURCES = obd_pack.c ost_handler.c
14
15 include $(top_srcdir)/Rules
16