17 lines
440 B
Makefile
17 lines
440 B
Makefile
AUTOMAKE_OPTIONS = gnu
|
|
|
|
EXTRA_DIST = \
|
|
apache.conf.in \
|
|
logrotate.conf.in \
|
|
syslog.conf.in \
|
|
zoneminder.service.in \
|
|
com.zoneminder.systemctl.policy.in \
|
|
com.zoneminder.systemctl.rules.in
|
|
|
|
polkit_actiondir = @POLKIT_PREFIX@/share/polkit-1/actions
|
|
dist_polkit_action_DATA = com.zoneminder.systemctl.policy
|
|
|
|
polkit_rulesdir = @POLKIT_PREFIX@/share/polkit-1/rules.d
|
|
dist_polkit_rules_DATA = com.zoneminder.systemctl.rules
|
|
|