about summary refs log tree commit diff
path: root/src/nix-daemon/Makefile
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-30T11·08+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-30T11·08+0100
commit4a2ec9c6598aafb98e5495c2cf3a24e166668790 (patch)
tree18f05ef1258e53e7391ea6be0f9d85e626be6e8f /src/nix-daemon/Makefile
parent94f9c14d526abfe9b18045fc638e8f5a3a670210 (diff)
Install nix-worker symlink
Diffstat (limited to 'src/nix-daemon/Makefile')
-rw-r--r--src/nix-daemon/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix-daemon/Makefile b/src/nix-daemon/Makefile
index f6bc9ea31c92..d02f9f6ce22d 100644
--- a/src/nix-daemon/Makefile
+++ b/src/nix-daemon/Makefile
@@ -5,3 +5,5 @@ nix-daemon_DIR := $(d)
 nix-daemon_SOURCES := $(d)/nix-daemon.cc
 
 nix-daemon_LIBS = libmain libstore libutil libformat
+
+$(eval $(call install-symlink, nix-daemon, $(bindir)/nix-worker))