Whamcloud - gitweb
0083ac194b66984d57a32930537a323af71dda1e
[fs/lustre-release.git] / lnet / Makefile.am
1 # Copyright (C) 2001  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6 EXTRA_DIST = Rules.linux archdep.m4 include 
7 DIST_SUBDIRS = libcfs portals knals unals utils tests doc router
8
9 if LIBLUSTRE
10 SUBDIRS = portals unals utils
11 else
12
13 if CRAY_PORTALS
14 SUBDIRS = libcfs tests doc 
15 else 
16 SUBDIRS = libcfs portals knals unals utils tests doc router
17 endif
18
19 endif