blob: 84ff15b241f3962874baf00a295cb5e89cc2f443 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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)
nix-store_CXXFLAGS = -DCURL=\"$(curl)\"
|