build: Install 'guix-authenticate'.

* daemon.am (nodist_libexec_SCRIPTS): New variable.
This commit is contained in:
Ludovic Courtès 2013-12-22 00:02:39 +01:00
parent 81fa80b245
commit 7edccf4d62
1 changed files with 4 additions and 0 deletions

View File

@ -180,6 +180,10 @@ nodist_pkglibexec_SCRIPTS = \
nix/scripts/list-runtime-roots \
nix/scripts/substitute-binary
# XXX: It'd be better to hide it in $(pkglibexecdir).
nodist_libexec_SCRIPTS = \
nix/scripts/guix-authenticate
EXTRA_DIST += \
nix/sync-with-upstream \
nix/libstore/schema.sql \