lix/src/nix-daemon/local.mk

14 lines
240 B
Makefile
Raw Normal View History

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