Whamcloud - gitweb
Landing b_hd_newconfig on HEAD
[fs/lustre-release.git] / lnet / ulnds / socklnd / Makefile.am
1 if LIBLUSTRE
2 if BUILD_USOCKLND
3 noinst_LIBRARIES = libsocklnd.a
4 endif
5 endif
6
7 noinst_HEADERS =  pqtimer.h dispatch.h table.h timer.h \
8                   connection.h bridge.h procbridge.h
9 libsocklnd_a_SOURCES = pqtimer.c select.c table.c pqtimer.h \
10                       dispatch.h table.h timer.h procapi.c proclib.c \
11                       connection.c tcplnd.c connection.h
12 libsocklnd_a_CPPFLAGS = $(LLCPPFLAGS)
13 libsocklnd_a_CFLAGS = $(LLCFLAGS)