Skip to content

Commit c970fe6

Browse files
committed
Fixed distcheck
1. Add pkcs11-eventmgr.service to the distribution. 2. Define `unitdir` using the `$(prefix)` variable.
1 parent 158cac6 commit c970fe6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

etc/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ TO_INSTALL = \
1212
EXTRA_DIST = $(TO_INSTALL) \
1313
pam.d_ignore_no_card.example \
1414
pam.d_login.example.in \
15-
pam_pkcs11.conf.example.in
15+
pam_pkcs11.conf.example.in \
16+
pkcs11-eventmgr.service
1617

1718
doc_DATA = $(TO_INSTALL) \
1819
pam_pkcs11.conf.example \
1920
pam.d_login.example
2021

21-
unitdir = /usr/lib/systemd/system
22+
unitdir = $(prefix)/lib/systemd/system
2223
unit_DATA = pkcs11-eventmgr.service

0 commit comments

Comments
 (0)