Blob


1 bin_PROGRAMS = kamid
3 kamid_SOURCES = client.c \
4 client.h \
5 control.c \
6 control.h \
7 kamid.c \
8 kamid.h \
9 listener.c \
10 listener.h \
11 parse.y \
12 table.c \
13 table.h \
14 table_static.c \
15 $(top_srcdir)/lib/kami.h \
16 $(top_srcdir)/lib/log.c \
17 $(top_srcdir)/lib/log.h \
18 $(top_srcdir)/lib/sandbox.c \
19 $(top_srcdir)/lib/sandbox.h \
20 $(top_srcdir)/lib/utils.c \
21 $(top_srcdir)/lib/utils.h
23 dist_man5_MANS = kamid.conf.5
24 dist_man7_MANS = 9p.7
25 dist_man8_MANS = kamid.8
27 kamid_LDADD = $(top_builddir)/compat/libopenbsd-compat.a
28 kamid_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a
30 AM_CPPFLAGS += -DKAMID_VERSION='"@VERSION@"' \
31 -I$(top_srcdir)/ \
32 -I$(top_srcdir)/compat \
33 -I$(top_srcdir)/lib \
34 -I$(top_srcdir)/kamid