Whamcloud - gitweb
- put the exit(1)s back in after MPI_Abort() in the hopes that MPI
[fs/lustre-release.git] / lustre / obdfilter / 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 = obdfilter
7 modulefs_DATA = obdfilter.o
8 EXTRA_PROGRAMS = obdfilter
9
10 COMMON_SRC = filter.c filter_io.c filter_log.c filter_san.c lproc_obdfilter.c \
11              filter_internal.h filter_lvb.c
12
13 if LINUX25
14 obdfilter_SOURCES = $(COMMON_SRC) filter_io_26.c
15 else
16 obdfilter_SOURCES = $(COMMON_SRC) filter_io_24.c
17 endif
18
19 include $(top_srcdir)/Rules