Update Makefile.am

This commit is contained in:
Dany LE 2022-08-02 09:10:48 +02:00 committed by GitHub
parent 97521d893e
commit 9ccab34feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@ 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/
- cp runner.ini $(DESTDIR)/$(prefix)/
- cp runnerd $(DESTDIR)/$(prefix)/bin
- [ -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
@ -19,4 +19,4 @@ SUBDIRS = . vterm wfifo syslog broadcast
if ENABLE_CAM
SUBDIRS += v4l2cam
endif
endif