Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new tag 2.2.93
[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 = usocklnd.h
8
libsocklnd_a_SOURCES = usocklnd.h usocklnd.c usocklnd_cb.c poll.c \
9
handlers.c conn.c
10
libsocklnd_a_CPPFLAGS = $(LLCPPFLAGS)
11
libsocklnd_a_CFLAGS = $(LLCFLAGS)