Whamcloud - gitweb
d17db61485cfeec9e115598b8aef48428ff68c02
[fs/lustre-release.git] / lnet / lnet / Makefile.am
1 # Copyright (C) 2002  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
7 CPPFLAGS=
8 INCLUDES=-I$(top_srcdir)/portals/include -I$(top_srcdir)/include
9 noinst_LIBRARIES= libportals.a
10 libportals_a_SOURCES= api-eq.c api-init.c api-me.c api-errno.c api-ni.c api-wrap.c lib-dispatch.c lib-init.c lib-me.c lib-msg.c lib-eq.c lib-md.c lib-move.c lib-ni.c lib-pid.c
11
12 if LIBLUSTRE
13 libportals_a_CFLAGS= -fPIC
14 endif