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

nix-daemon_DIR := $(d)

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

nix-daemon_LIBS = libmain libstore libutil libformat

nix-daemon_LDFLAGS = -pthread

ifeq ($(OS), SunOS)
        nix-daemon_LDFLAGS += -lsocket
endif