1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-21 11:30:30 -04:00
nix/src/nix-daemon/local.mk

14 lines
240 B
Makefile
Raw Normal View History

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