forked from lix-project/lix
12 lines
235 B
Makefile
12 lines
235 B
Makefile
|
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
|