X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdecho%2FMakefile.in;h=0c5fb86f7fe2ba523d02263cfa91cd7205a0bec4;hp=0cea034ced17ed9882dc57b3048ecd9c9585fe4f;hb=refs%2Fchanges%2F15%2F35815%2F2;hpb=18d78c77953017e5a76cd10bc74a0d078217a626 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@