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

build-remote_DIR := $(d)

build-remote_INSTALL_DIR := $(libexecdir)/nix

build-remote_LIBS = libmain libformat libstore libutil

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