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

nix-daemon_DIR := $(d)

nix-daemon_SOURCES := $(d)/nix-daemon.cc

nix-daemon_LIBS = libmain libstore libutil libformat