11 lines
219 B
Makefile
11 lines
219 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
|
|
|
|
nix-store_CXXFLAGS = -DCURL=\"$(curl)\"
|