Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LU-4675 lfsck: new pattern flag for partially repaired file
[fs/lustre-release.git]
/
lustre
/
fid
/
Makefile.in
1
MODULES := fid
2
fid-objs := fid_request.o lproc_fid.o
3
@SERVER_TRUE@fid-objs += fid_handler.o fid_store.o fid_lib.o
4
5
EXTRA_DIST = $(fid-objs:%.o=%.c) fid_internal.h
6
@SERVER_FALSE@EXTRA_DIST += fid_handler.c fid_store.c fid_lib.c
7
8
@INCLUDE_RULES@