Whamcloud - gitweb
[liblustre]:
authormeijia <meijia>
Mon, 28 Apr 2003 14:12:58 +0000 (14:12 +0000)
committermeijia <meijia>
Mon, 28 Apr 2003 14:12:58 +0000 (14:12 +0000)
 - 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

index 19fd65c..76aadd5 100644 (file)
@@ -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