antd-tunnel-publishers/Makefile.am

22 lines
489 B
Makefile
Raw Normal View History

2020-08-03 19:51:58 +02:00
AUTOMAKE_OPTIONS = foreign
2020-08-08 20:41:32 +02:00
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 wfifo syslog broadcast
2020-12-27 19:35:15 +01:00
if ENABLE_CAM
SUBDIRS += v4l2cam
endif