guix/src/nix-daemon/local.mk

14 lines
276 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
2014-04-03 14:59:25 +00:00
ifeq ($(OS), SunOS)
nix-daemon_LDFLAGS += -lsocket
endif
2014-01-30 11:08:26 +00:00
$(eval $(call install-symlink, nix-daemon, $(bindir)/nix-worker))