aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/test-libstoreconsumer/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/test-libstoreconsumer/local.mk')
-rw-r--r--tests/functional/test-libstoreconsumer/local.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/functional/test-libstoreconsumer/local.mk b/tests/functional/test-libstoreconsumer/local.mk
deleted file mode 100644
index edc140723..000000000
--- a/tests/functional/test-libstoreconsumer/local.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-programs += test-libstoreconsumer
-
-test-libstoreconsumer_DIR := $(d)
-
-# do not install
-test-libstoreconsumer_INSTALL_DIR :=
-
-test-libstoreconsumer_SOURCES := \
- $(wildcard $(d)/*.cc) \
-
-test-libstoreconsumer_CXXFLAGS += -I src/libutil -I src/libstore
-
-test-libstoreconsumer_LIBS = libstore libutil
-
-test-libstoreconsumer_LDFLAGS = -pthread $(SODIUM_LIBS) $(EDITLINE_LIBS) $(BOOST_LDFLAGS) $(LOWDOWN_LIBS)