Blob


1 bin_PROGRAMS = kamirepl
3 kamirepl_SOURCES=kamirepl.c \
4 $(top_srcdir)/lib/9pclib.c \
5 $(top_srcdir)/lib/9pclib.h \
6 $(top_srcdir)/lib/kami.h \
7 $(top_srcdir)/lib/log.c \
8 $(top_srcdir)/lib/log.h \
9 $(top_srcdir)/lib/utils.c \
10 $(top_srcdir)/lib/utils.h
12 man1_MANS = kamirepl.1
14 LDADD = $(LIBOBJS)
16 AM_CPPFLAGS += -DKAMID_VERSION='"@VERSION@"' \
17 -I$(top_srcdir)/ \
18 -I$(top_srcdir)/compat \
19 -I$(top_srcdir)/lib