Whamcloud - gitweb
- put the exit(1)s back in after MPI_Abort() in the hopes that MPI
[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
8 MODULE = ost
9 modulefs_DATA = ost.o
10 EXTRA_PROGRAMS = ost
11 ost_SOURCES = ost_handler.c lproc_ost.c
12
13 include $(top_srcdir)/Rules