X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fportals%2Funals%2FMakefile.am;h=6035ca14e24a628359dc78dcc4959f360f4f2e59;hb=e0576be940d7af30b2ba6e219891a4413670325d;hp=dc427b031028c9111755e0bb6970b8bd633631ca;hpb=7f4843e933b6ae92825c3ff63e502ef1132e29f0;p=fs%2Flustre-release.git diff --git a/lustre/portals/unals/Makefile.am b/lustre/portals/unals/Makefile.am index dc427b0..6035ca1 100644 --- a/lustre/portals/unals/Makefile.am +++ b/lustre/portals/unals/Makefile.am @@ -1,5 +1,9 @@ CPPFLAGS= INCLUDES=-I$(top_srcdir)/portals/include -I$(top_srcdir)/include -I$(srcdir) -lib_LIBRARIES = libtcpnal.a +noinst_LIBRARIES = libtcpnal.a pkginclude_HEADERS = pqtimer.h dispatch.h table.h timer.h connection.h ipmap.h bridge.h procbridge.h libtcpnal_a_SOURCES = debug.c pqtimer.c select.c table.c pqtimer.h dispatch.h table.h timer.h address.c procapi.c proclib.c connection.c tcpnal.c connection.h + +if LIBLUSTRE +libtcpnal_a_CFLAGS = -fPIC +endif