X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Fulnds%2FMakefile.am;h=6035ca14e24a628359dc78dcc4959f360f4f2e59;hb=090c677210ee2946d99c71412e4ff762bb300f4f;hp=1681250fca5f7b3c43704ab09e9d7630d50ade93;hpb=c843241715b13024a656fad4e465be20e7fc5c79;p=fs%2Flustre-release.git diff --git a/lnet/ulnds/Makefile.am b/lnet/ulnds/Makefile.am index 1681250..6035ca1 100644 --- a/lnet/ulnds/Makefile.am +++ b/lnet/ulnds/Makefile.am @@ -1,10 +1,9 @@ -if LIBLUSTRE +CPPFLAGS= +INCLUDES=-I$(top_srcdir)/portals/include -I$(top_srcdir)/include -I$(srcdir) noinst_LIBRARIES = libtcpnal.a -endif - -if !CRAY_PORTALS 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 -libtcpnal_a_CPPFLAGS = $(LLCPPFLAGS) -libtcpnal_a_CFLAGS = $(LLCFLAGS) -endif \ No newline at end of file + +if LIBLUSTRE +libtcpnal_a_CFLAGS = -fPIC +endif