blob: 64368a43ff7369fcd28ab70d13c072bca78b4b37 (
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 libutil libformat libstore
build-remote_SOURCES := $(d)/build-remote.cc
|