about summary refs log tree commit diff
path: root/src/nix-store/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/local.mk')
-rw-r--r--src/nix-store/local.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nix-store/local.mk b/src/nix-store/local.mk
deleted file mode 100644
index ade0b233adf3..000000000000
--- a/src/nix-store/local.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-programs += nix-store
-
-nix-store_DIR := $(d)
-
-nix-store_SOURCES := $(wildcard $(d)/*.cc)
-
-nix-store_LIBS = libmain libstore libutil libformat
-
-nix-store_LDFLAGS = -lbz2 -pthread $(SODIUM_LIBS)