about summary refs log tree commit diff
path: root/src/nix-channel/local.mk
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-08-31T13·49-0400
committerShea Levy <shea@shealevy.com>2016-08-31T13·49-0400
commit572aba284a161cb94532cec297785266ee719b99 (patch)
tree6bea5880b76947b51f64ee76293a99aedd977612 /src/nix-channel/local.mk
parentaa1ea0d1e4720b8bf9f0e9c485e4712e0c915818 (diff)
parent59124228b3ac6120e73bc6a88b2c633a70bdf0fc (diff)
Merge branch 'nix-channel-c++'
Diffstat (limited to 'src/nix-channel/local.mk')
-rw-r--r--src/nix-channel/local.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nix-channel/local.mk b/src/nix-channel/local.mk
new file mode 100644
index 000000000000..49fc105c6f79
--- /dev/null
+++ b/src/nix-channel/local.mk
@@ -0,0 +1,7 @@
+programs += nix-channel
+
+nix-channel_DIR := $(d)
+
+nix-channel_LIBS = libmain libutil libformat libstore
+
+nix-channel_SOURCES := $(d)/nix-channel.cc