X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdecho%2FMakefile.in;h=0c5fb86f7fe2ba523d02263cfa91cd7205a0bec4;hb=55c33b70c46fde1b62f9852dc361d382a7722009;hp=0cea034ced17ed9882dc57b3048ecd9c9585fe4f;hpb=18d78c77953017e5a76cd10bc74a0d078217a626;p=fs%2Flustre-release.git diff --git a/lustre/obdecho/Makefile.in b/lustre/obdecho/Makefile.in index 0cea034..0c5fb86 100644 --- a/lustre/obdecho/Makefile.in +++ b/lustre/obdecho/Makefile.in @@ -1,7 +1,8 @@ MODULES := obdecho -obdecho-objs := echo_client.o lproc_echo.o +obdecho-objs := echo_client.o @SERVER_TRUE@obdecho-objs += echo.o EXTRA_DIST = $(obdecho-objs:%.o=%.c) echo_internal.h +@SERVER_FALSE@EXTRA_DIST += echo.c @INCLUDE_RULES@