9 lines
193 B
Makefile
9 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)
|