blob: d7143d8a60c4b4cc6f3005eec28b18cd0a07c9ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
libraries += libfetchers
libfetchers_NAME = libnixfetchers
libfetchers_DIR := $(d)
libfetchers_SOURCES := $(wildcard $(d)/*.cc)
libfetchers_CXXFLAGS += -I src/libutil -I src/libstore
libfetchers_LIBS = libutil libstore libnixrust
|