antd-tunnel-publishers/Makefile.am
2020-08-08 20:41:32 +02:00

18 lines
422 B
Makefile

AUTOMAKE_OPTIONS = foreign
AM_CPPFLAGS = -W -Wall -g -std=c99
# bin
bin_PROGRAMS = runner
# source files
runner_SOURCES = runner.c
#sysconf_DATA = runner.ini
install-data-local:
- cp runner.ini $(prefix)/
- cp runnerd $(prefix)/bin
- [ -d /etc/systemd/system/ ] && cp antd-tunnel-publisher.service /etc/systemd/system/
EXTRA_DIST = runner.ini runnerd tunnel.h antd-tunnel-publisher.service log.h
SUBDIRS = . vterm