X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fportals%2Fportals%2FMakefile.am;fp=lustre%2Fportals%2Fportals%2FMakefile.am;h=d17db61485cfeec9e115598b8aef48428ff68c02;hb=e0576be940d7af30b2ba6e219891a4413670325d;hp=8c03749a2af588831adcb85dccdc9524b9442f2d;hpb=7f4843e933b6ae92825c3ff63e502ef1132e29f0;p=fs%2Flustre-release.git diff --git a/lustre/portals/portals/Makefile.am b/lustre/portals/portals/Makefile.am index 8c03749..d17db61 100644 --- a/lustre/portals/portals/Makefile.am +++ b/lustre/portals/portals/Makefile.am @@ -6,5 +6,9 @@ CPPFLAGS= INCLUDES=-I$(top_srcdir)/portals/include -I$(top_srcdir)/include -lib_LIBRARIES= libportals.a +noinst_LIBRARIES= libportals.a 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 + +if LIBLUSTRE +libportals_a_CFLAGS= -fPIC +endif