2020-03-30 14:04:18 +00:00
|
|
|
libraries += libfetchers
|
|
|
|
|
|
|
|
libfetchers_NAME = libnixfetchers
|
|
|
|
|
|
|
|
libfetchers_DIR := $(d)
|
|
|
|
|
|
|
|
libfetchers_SOURCES := $(wildcard $(d)/*.cc)
|
|
|
|
|
|
|
|
libfetchers_CXXFLAGS += -I src/libutil -I src/libstore
|
|
|
|
|
2021-08-25 15:58:33 +00:00
|
|
|
libfetchers_LDFLAGS += -pthread
|
2021-07-24 09:15:01 +00:00
|
|
|
|
2020-06-16 12:16:39 +00:00
|
|
|
libfetchers_LIBS = libutil libstore
|