antd-tunnel-publishers/Makefile.am
Dany LE d8d0632561 v0.1.2
- improve runner
- use network byte order in frame data
- add broadcast handle
2021-11-28 14:02:34 +01:00

22 lines
489 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 wfifo syslog broadcast
if ENABLE_CAM
SUBDIRS += v4l2cam
endif