aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfetchers/local.mk')
-rw-r--r--src/libfetchers/local.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/libfetchers/local.mk b/src/libfetchers/local.mk
deleted file mode 100644
index 2e8869d83..000000000
--- a/src/libfetchers/local.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-libraries += libfetchers
-
-libfetchers_NAME = libnixfetchers
-
-libfetchers_DIR := $(d)
-
-libfetchers_SOURCES := $(wildcard $(d)/*.cc)
-
-libfetchers_CXXFLAGS += -I src/libutil -I src/libstore
-
-libfetchers_LDFLAGS += -pthread
-
-libfetchers_LIBS = libutil libstore