2023-06-14 20:57:42 +00:00
|
|
|
programs += test-libstoreconsumer
|
|
|
|
|
|
|
|
test-libstoreconsumer_DIR := $(d)
|
|
|
|
|
2023-06-30 21:36:27 +00:00
|
|
|
# do not install
|
|
|
|
test-libstoreconsumer_INSTALL_DIR :=
|
|
|
|
|
2023-06-14 20:57:42 +00:00
|
|
|
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)
|