nix-gh/src/nix-daemon/local.mk

14 lines
240 B
Makefile
Raw Normal View History

2014-02-01 12:23:14 +01:00
programs += nix-daemon
nix-daemon_DIR := $(d)
2014-01-09 16:53:47 +01:00
nix-daemon_SOURCES := $(d)/nix-daemon.cc
nix-daemon_LIBS = libmain libstore libutil libformat
2014-01-30 12:08:26 +01:00
nix-daemon_LDFLAGS = -pthread
2014-04-03 16:59:25 +02:00
ifeq ($(OS), SunOS)
nix-daemon_LDFLAGS += -lsocket
endif