forked from lix-project/lix
1529db702b
It has been obsolete since Nix 1.2. Closes #417.
14 lines
240 B
Makefile
14 lines
240 B
Makefile
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
|