From: meijia Date: Mon, 28 Apr 2003 14:12:58 +0000 (+0000) Subject: [liblustre]: X-Git-Tag: v1_7_0_51~2^20~32 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=579ee934fa58f04b562dfde943960804acd63f7a;p=fs%2Flustre-release.git [liblustre]: - lib/client.c could be compiled several times in different subdirs, in userspace we only need one of it. so remove it from osc and mdc (use the one in lov). --- diff --git a/lustre/osc/Makefile.am b/lustre/osc/Makefile.am index 19fd65c..76aadd5 100644 --- a/lustre/osc/Makefile.am +++ b/lustre/osc/Makefile.am @@ -8,7 +8,7 @@ DEFS= if LIBLUSTRE lib_LIBRARIES = libosc.a -LINX= obd_pack.c client.c +LINX= obd_pack.c libosc_a_SOURCES = osc_request.c $(LINX) else MODULE = osc