summaryrefslogtreecommitdiff
path: root/daemon.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-22 00:02:39 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-22 00:02:39 +0100
commit7edccf4d62c299d2c52f0c55d80e9189924562d3 (patch)
treea8ecc7c215e30c219706cfaa21328cc4200166b0 /daemon.am
parent81fa80b2451aa0d1cccc91f8571ecd72c6e479c8 (diff)
build: Install 'guix-authenticate'.
* daemon.am (nodist_libexec_SCRIPTS): New variable.
Diffstat (limited to 'daemon.am')
-rw-r--r--daemon.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/daemon.am b/daemon.am
index 27c631b2da9..60bbaf73ede 100644
--- a/daemon.am
+++ b/daemon.am
@@ -180,6 +180,10 @@ nodist_pkglibexec_SCRIPTS = \
180 nix/scripts/list-runtime-roots \ 180 nix/scripts/list-runtime-roots \
181 nix/scripts/substitute-binary 181 nix/scripts/substitute-binary
182 182
183# XXX: It'd be better to hide it in $(pkglibexecdir).
184nodist_libexec_SCRIPTS = \
185 nix/scripts/guix-authenticate
186
183EXTRA_DIST += \ 187EXTRA_DIST += \
184 nix/sync-with-upstream \ 188 nix/sync-with-upstream \
185 nix/libstore/schema.sql \ 189 nix/libstore/schema.sql \