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

View File

@ -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