From 579ee934fa58f04b562dfde943960804acd63f7a Mon Sep 17 00:00:00 2001 From: meijia Date: Mon, 28 Apr 2003 14:12:58 +0000 Subject: [PATCH] [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). --- lustre/osc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1