2014-02-01 12:23:14 +01:00
|
|
|
programs += nix-store
|
2013-11-22 15:54:18 +01:00
|
|
|
|
2013-11-22 17:45:52 +01:00
|
|
|
nix-store_DIR := $(d)
|
2013-11-22 15:54:18 +01:00
|
|
|
|
2014-01-09 16:53:47 +01:00
|
|
|
nix-store_SOURCES := $(wildcard $(d)/*.cc)
|
2013-11-22 15:54:18 +01:00
|
|
|
|
|
|
|
nix-store_LIBS = libmain libstore libutil libformat
|
2013-11-22 21:56:58 +01:00
|
|
|
|
2015-02-04 16:43:32 +01:00
|
|
|
nix-store_LDFLAGS = -lbz2 -pthread $(SODIUM_LIBS)
|
2014-05-21 17:19:36 +02:00
|
|
|
|
|
|
|
nix-store_CXXFLAGS = -DCURL=\"$(curl)\"
|