diff options
Diffstat (limited to 'p11-kit/Makefile.am')
-rw-r--r-- | p11-kit/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am index e30c431..4e97f90 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -154,9 +154,17 @@ pkgconfig_DATA = p11-kit/p11-kit-1.pc exampledir = $(p11_system_config) example_DATA = p11-kit/pkcs11.conf.example +p11-kit/p11-kit-remote@.service: p11-kit/p11-kit-remote@.service.in + $(AM_V_GEN) sed -e 's|@bindir[@]|$(bindir)|g' \ + -e 's|@libdir[@]|$(libdir)|g' $< > $@.tmp && \ + mv $@.tmp $@ + +CLEANFILES += p11-kit/p11-kit-remote@.service + EXTRA_DIST += \ p11-kit/docs.h \ p11-kit/p11-kit-remote.socket \ + p11-kit/p11-kit-remote@.service.in \ $(NULL) bin_PROGRAMS += p11-kit/p11-kit |