blob: 5b72733a655a6881791cbf07a654c432b8f6389a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
AM_CPPFLAGS = -I$(srcdir)/../inc -I$(top_srcdir)/include
noinst_LIBRARIES = libapi.a
libapi_a_SOURCES = \
accept.c \
connect.c \
discon.c \
host.c \
lhost.c \
listn.c \
nbio.c \
poll.c \
rdwr.c \
tccdaddr.c \
tccdport.c \
tptab.c \
tsinfo.c \
tstcmenv.c
|