mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
a4c6d319a8
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
13 lines
257 B
Makefile
13 lines
257 B
Makefile
libraries += libfetchers
|
|
|
|
libfetchers_NAME = libnixfetchers
|
|
|
|
libfetchers_DIR := $(d)
|
|
|
|
libfetchers_SOURCES := $(wildcard $(d)/*.cc)
|
|
|
|
libfetchers_CXXFLAGS += -I src/libutil -I src/libstore
|
|
|
|
libfetchers_LDFLAGS += -pthread
|
|
|
|
libfetchers_LIBS = libutil libstore
|