about summary refs log tree commit diff
path: root/src/build-remote/local.mk
blob: 62d5a010c2471dae00e0f4f8737c3b049588f858 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
programs += build-remote

build-remote_DIR := $(d)

build-remote_INSTALL_DIR := $(libexecdir)/nix

build-remote_LIBS = libmain libutil libformat libstore

build-remote_SOURCES := $(d)/build-remote.cc

build-remote_CXXFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\""