about summary refs log tree commit diff
path: root/src/nix-daemon/Makefile
blob: 2a8a7d92cd26be3774c3dd470c9e49153536dc21 (plain) (blame)
1
2
3
4
5
6
7
PROGRAMS += nix-daemon

nix-daemon_DIR := $(d)

nix-daemon_SOURCES = nix-daemon.cc

nix-daemon_LIBS = libmain libstore libutil libformat