X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdecho%2FMakefile.in;h=db4ebe3fbaf12be175995b83bb3d87392b7eb0e2;hb=568018cf265cbe862420d2366c23ab848d1cad77;hp=0cea034ced17ed9882dc57b3048ecd9c9585fe4f;hpb=18d78c77953017e5a76cd10bc74a0d078217a626;p=fs%2Flustre-release.git diff --git a/lustre/obdecho/Makefile.in b/lustre/obdecho/Makefile.in index 0cea034..db4ebe3 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 debug.o @SERVER_TRUE@obdecho-objs += echo.o EXTRA_DIST = $(obdecho-objs:%.o=%.c) echo_internal.h +@SERVER_FALSE@EXTRA_DIST += echo.c @INCLUDE_RULES@