about summary refs log tree commit diff
path: root/src/nix-collect-garbage/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-collect-garbage/local.mk')
-rw-r--r--src/nix-collect-garbage/local.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nix-collect-garbage/local.mk b/src/nix-collect-garbage/local.mk
new file mode 100644
index 000000000000..02d14cf62199
--- /dev/null
+++ b/src/nix-collect-garbage/local.mk
@@ -0,0 +1,7 @@
+programs += nix-collect-garbage
+
+nix-collect-garbage_DIR := $(d)
+
+nix-collect-garbage_SOURCES := $(d)/nix-collect-garbage.cc
+
+nix-collect-garbage_LIBS = libmain libstore libutil libformat