Blob


1 bin_PROGRAMS = kamictl
3 kamictl_SOURCES=ctl_parser.c \
4 ctl_parser.h \
5 kamictl.c \
6 $(top_srcdir)/compat.h \
7 $(top_srcdir)/lib/log.c \
8 $(top_srcdir)/lib/log.h \
9 $(top_srcdir)/lib/sandbox.c \
10 $(top_srcdir)/lib/sandbox.h
12 dist_man8_MANS = kamictl.8
14 kamictl_LDADD = $(top_builddir)/compat/libopenbsd-compat.a
15 kamictl_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a
17 AM_CPPFLAGS += -DKAMID_VERSION='"@VERSION@"' \
18 -I$(top_srcdir)/ \
19 -I$(top_srcdir)/compat \
20 -I$(top_srcdir)/lib \
21 -I$(top_srcdir)/kamictl \
22 -I$(top_srcdir)/kamid