blob: 61ff6e6467d7d5db8f379fc8cf04e967f31c8895 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
AM_CPPFLAGS = -I$(srcdir)/../inc -I$(top_srcdir)/include
noinst_LIBRARIES = libapi.a
libapi_a_SOURCES = \
dcancel.c \
dconfig.c \
dresfile.c \
errno.c \
exit.c \
getlist.c \
getsys.c \
getsysid.c \
libvers.c \
remexec.c \
remkill.c \
remtime.c \
remwait.c \
rtab.c \
sync.c \
tciface.c \
tdiscon.c \
tet_exec.c \
tet_fork.c \
tet_spawn.c
|