blob: 05b8cb4514354fda2e718b897e293b640ddf2aef (
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)\"" -Isrc/nix-store
|