Whamcloud - gitweb
file loop-sync-2.4.21-suse.patch was initially added on branch b1_2_smallfix.
[fs/lustre-release.git] / lustre / mdc / autoMakefile.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 if LIBLUSTRE
7 noinst_LIBRARIES = libmdc.a
8 libmdc_a_SOURCES = mdc_request.c mdc_reint.c mdc_lib.c mdc_internal.h mdc_locks.c
9 libmdc_a_CPPFLAGS = $(LLCPPFLAGS)
10 libmdc_a_CFLAGS = $(LLCFLAGS)
11 endif
12
13 if MODULES
14 modulefs_DATA = mdc$(KMODEXT)
15 endif
16
17 DIST_SOURCES = $(mdc-objs:.o=.c) mdc_internal.h
18 MOSTLYCLEANFILES = *.o *.ko *.mod.c