From 0c1d907c22565e21f6815783fd47a1888dcbbc4d Mon Sep 17 00:00:00 2001 From: pjkirner Date: Thu, 1 Sep 2005 13:02:53 +0000 Subject: [PATCH] Fix missing NAL->LND --- lnet/klnds/Makefile.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lnet/klnds/Makefile.in b/lnet/klnds/Makefile.in index 83458064..0d498f3 100644 --- a/lnet/klnds/Makefile.in +++ b/lnet/klnds/Makefile.in @@ -1,9 +1,9 @@ -@BUILD_GMNAL_TRUE@subdir-m += gmlnd -@BUILD_RANAL_TRUE@subdir-m += ralnd -@BUILD_OPENIBNAL_TRUE@subdir-m += openiblnd -@BUILD_IIBNAL_TRUE@subdir-m += iiblnd -@BUILD_VIBNAL_TRUE@subdir-m += viblnd -@BUILD_QSWNAL_TRUE@subdir-m += qswlnd +@BUILD_GMLND_TRUE@subdir-m += gmlnd +@BUILD_RALND_TRUE@subdir-m += ralnd +@BUILD_OPENIBLND_TRUE@subdir-m += openiblnd +@BUILD_IIBLND_TRUE@subdir-m += iiblnd +@BUILD_VIBLND_TRUE@subdir-m += viblnd +@BUILD_QSWLND_TRUE@subdir-m += qswlnd subdir-m += socklnd @INCLUDE_RULES@ -- 1.8.3.1