From 6adf054108381b5e3e1b22264946c07908b45c77 Mon Sep 17 00:00:00 2001 From: meijia Date: Sun, 25 May 2003 09:31:08 +0000 Subject: [PATCH] fix build portals in user space, for WangDi --- lnet/Makefile.am | 4 ++++ lustre/portals/Makefile.am | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lnet/Makefile.am b/lnet/Makefile.am index 3c42103..1c28b649 100644 --- a/lnet/Makefile.am +++ b/lnet/Makefile.am @@ -5,4 +5,8 @@ EXTRA_DIST = Rules.linux archdep.m4 MCP DIST_SUBDIRS = libcfs portals knals unals utils tests doc router +if LIBLUSTRE +SUBDIRS = portals unals utils +else SUBDIRS = libcfs portals knals unals utils tests doc router +endif diff --git a/lustre/portals/Makefile.am b/lustre/portals/Makefile.am index 3c42103..1c28b649 100644 --- a/lustre/portals/Makefile.am +++ b/lustre/portals/Makefile.am @@ -5,4 +5,8 @@ EXTRA_DIST = Rules.linux archdep.m4 MCP DIST_SUBDIRS = libcfs portals knals unals utils tests doc router +if LIBLUSTRE +SUBDIRS = portals unals utils +else SUBDIRS = libcfs portals knals unals utils tests doc router +endif -- 1.8.3.1