about summary refs log tree commit diff
path: root/src/nix-daemon/local.mk
blob: db071a3f7c7ec2731065ffaa4ed7e729479e9ef5 (plain) (blame)
1
2
3
4
5
6
7
8
9
programs += nix-daemon

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))