mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2024-11-14 17:18:21 +01:00
Update Makefile.am
This commit is contained in:
parent
97521d893e
commit
9ccab34feb
@ -9,9 +9,9 @@ runner_SOURCES = runner.c
|
|||||||
|
|
||||||
#sysconf_DATA = runner.ini
|
#sysconf_DATA = runner.ini
|
||||||
install-data-local:
|
install-data-local:
|
||||||
- cp runner.ini $(prefix)/
|
- cp runner.ini $(DESTDIR)/$(prefix)/
|
||||||
- cp runnerd $(prefix)/bin
|
- cp runnerd $(DESTDIR)/$(prefix)/bin
|
||||||
- [ -d /etc/systemd/system/ ] && cp antd-tunnel-publisher.service /etc/systemd/system/
|
- [ -d $(DESTDIR)/etc/systemd/system/ ] && cp antd-tunnel-publisher.service $(DESTDIR)/etc/systemd/system/
|
||||||
|
|
||||||
EXTRA_DIST = runner.ini runnerd tunnel.h antd-tunnel-publisher.service log.h
|
EXTRA_DIST = runner.ini runnerd tunnel.h antd-tunnel-publisher.service log.h
|
||||||
|
|
||||||
@ -19,4 +19,4 @@ SUBDIRS = . vterm wfifo syslog broadcast
|
|||||||
|
|
||||||
if ENABLE_CAM
|
if ENABLE_CAM
|
||||||
SUBDIRS += v4l2cam
|
SUBDIRS += v4l2cam
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user