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 man8_MANS = kamictl.8
14 LDADD = $(LIBOBJS)
16 AM_CPPFLAGS += -DKAMID_VERSION='"@VERSION@"' \
17 -I$(top_srcdir)/ \
18 -I$(top_srcdir)/compat \
19 -I$(top_srcdir)/lib \
20 -I$(top_srcdir)/kamictl \
21 -I$(top_srcdir)/kamid