about summary refs log tree commit diff
path: root/src/nix-collect-garbage/local.mk
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2015-04-22T12·21+0000
committerLuca Bruno <lucabru@src.gnome.org>2015-04-22T15·08+0000
commitab2b3d666821cbcc7a3ece71b664c2d45f87f8c9 (patch)
tree2b15f99ec5377a61b5e841bf22b541a18bc546f6 /src/nix-collect-garbage/local.mk
parent4d652875bdd87c3f1aa08111c63c0719f1ee0c1a (diff)
nix-collect-garbage: translate to C++
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