about summary refs log blame commit diff
path: root/src/nix-daemon/local.mk
blob: d02f9f6ce22d4aa75b458986194dd3d38ad45558 (plain) (tree)
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))