Whamcloud - gitweb
- make HEAD from b_post_cmd3
[fs/lustre-release.git] / lustre / fid / 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 = libfid.a
8 libfid_a_SOURCES = fid_handler.c fid_store.c fid_request.c lproc_fid.c fid_lib.c fid_internal.h
9 libfid_a_CPPFLAGS = $(LLCPPFLAGS)
10 libfid_a_CFLAGS = $(LLCFLAGS)
11 endif
12
13 if MODULES
14 modulefs_DATA = fid$(KMODEXT)
15 endif
16
17 install-data-hook: $(install_data_hook)
18
19 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
20 DIST_SOURCES = $(fid-objs:%.o=%.c) fid_internal.h