summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: b90354bd264b89f37a828e091a10343e02751bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DEFS = -DTAYGA_CONF_PATH=\"$(tayga_conf_path)\"

sbin_PROGRAMS = tayga

dist_sysconf_DATA = tayga.conf.example

dist_man_MANS = tayga.8 tayga.conf.5

tayga_SOURCES = nat64.c addrmap.c dynamic.c tayga.c conffile.c tayga.h list.h

# See daemon(7)
AM_DISTCHECK_CONFIGURE_FLAGS = \
 --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
if HAVE_SYSTEMD
systemdsystemunit_DATA = tayga.service
endif