mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-08 03:07:17 +02:00
13 lines
283 B
Makefile
13 lines
283 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 $(LIBGIT2_LIBS) -larchive
|
|
|
|
libfetchers_LIBS = libutil libstore
|