Whamcloud - gitweb
- make HEAD from b_post_cmd3
[fs/lustre-release.git] / lustre / fld / 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 = libfld.a
8 libfld_a_SOURCES = fld_handler.c fld_request.c fld_cache.c lproc_fld.c fld_internal.h
9 libfld_a_CPPFLAGS = $(LLCPPFLAGS)
10 libfld_a_CFLAGS = $(LLCFLAGS)
11 endif
12
13 if MODULES
14 modulefs_DATA = fld$(KMODEXT)
15 endif
16
17 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
18 DIST_SOURCES := $(fld-objs:%.o=%.c) fld_internal.h