From: adilger Date: Thu, 3 Oct 2002 19:09:28 +0000 (+0000) Subject: Add client.c and target.c in place of l_net.c X-Git-Tag: 0.5.14~83 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=c666f9c8085aebe7992a4bee488ea01d9b24ae7f;p=fs%2Flustre-release.git Add client.c and target.c in place of l_net.c --- diff --git a/lustre/lib/Makefile.am b/lustre/lib/Makefile.am index 5bcd2b3..0887dbc 100644 --- a/lustre/lib/Makefile.am +++ b/lustre/lib/Makefile.am @@ -1,3 +1,4 @@ -EXTRA_DIST = mds_updates.c obd_pack.c ll_pack.c simple.c l_net.c lov_pack.c +EXTRA_DIST = mds_updates.c obd_pack.c ll_pack.c simple.c +EXTRA_DIST += client.c target.c lov_pack.c include $(top_srcdir)/Rules