blob: aa0db25818e75db2bb1b4743cf7f859fb1e5bcc7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
shelldir = $(libexecdir)/@PACKAGE@/shell
# Files to install and distribute other than shell scripts
SHELL_MISC = README.shell
# Install and distribute SHELL helper scripts w/o shebang & executable bit as data
shell_DATA = $(SHELL_MISC) ls mkdir fexists unlink chown chmod rmdir ln mv hardlink get send append info utime
shellconfdir = $(sysconfdir)/@PACKAGE@
EXTRA_DIST = $(shell_DATA)
|