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-3285 tests: disable DOM files in racer by default
[fs/lustre-release.git]
/
lustre
/
obdecho
/
Makefile.in
1
MODULES := obdecho
2
obdecho-objs := echo_client.o
3
@SERVER_TRUE@obdecho-objs += echo.o
4
5
EXTRA_DIST = $(obdecho-objs:%.o=%.c) echo_internal.h
6
@SERVER_FALSE@EXTRA_DIST += echo.c
7
8
@INCLUDE_RULES@