Whamcloud - gitweb
Revert "New tag 2.7.53"
[fs/lustre-release.git] / lnet / lnet / autoMakefile.am
index 49dc222..a569e9f 100644 (file)
@@ -1,16 +1,8 @@
-my_sources =    api-ni.c config.c \
-               lib-me.c lib-msg.c lib-eq.c \
+my_sources =    api-ni.c config.c nidstring.c \
+               lib-me.c lib-msg.c lib-eq.c lib-socket.c \
                lib-md.c lib-ptl.c lib-move.c lo.c \
                router.c router_proc.c \
-               acceptor.c peer.c
-
-
-if LIBLUSTRE
-noinst_LIBRARIES= liblnet.a
-liblnet_a_SOURCES= $(my_sources)
-liblnet_a_CPPFLAGS = $(LLCPPFLAGS)
-liblnet_a_CFLAGS = $(LLCFLAGS)
-endif
+               acceptor.c peer.c net_fault.c
 
 if MODULES