about summary refs log tree commit diff
path: root/src/build-remote/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-remote/local.mk')
-rw-r--r--src/build-remote/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-remote/local.mk b/src/build-remote/local.mk
index 64368a43ff73..50b0409d1886 100644
--- a/src/build-remote/local.mk
+++ b/src/build-remote/local.mk
@@ -4,6 +4,6 @@ build-remote_DIR := $(d)
 
 build-remote_INSTALL_DIR := $(libexecdir)/nix
 
-build-remote_LIBS = libmain libutil libformat libstore
+build-remote_LIBS = libmain libformat libstore libutil
 
 build-remote_SOURCES := $(d)/build-remote.cc