Nix/src/nix-store/local.mk
2017-03-15 16:48:29 +01:00

10 lines
193 B
Makefile

programs += nix-store
nix-store_DIR := $(d)
nix-store_SOURCES := $(wildcard $(d)/*.cc)
nix-store_LIBS = libmain libstore libutil libformat
nix-store_LDFLAGS = -lbz2 -pthread $(SODIUM_LIBS)