about summary refs log blame commit diff
path: root/src/nix-daemon/local.mk
blob: 5a4474465b3c9303f1480c168306c4a9036bd5cf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                      
 
                      
 
                                        

                                                    
 

                             


                                      
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