nix-gh/src/nix-store/local.mk

12 lines
234 B
Makefile
Raw Normal View History

2014-02-01 12:23:14 +01:00
programs += nix-store
nix-store_DIR := $(d)
2014-01-09 16:53:47 +01:00
nix-store_SOURCES := $(wildcard $(d)/*.cc)
nix-store_LIBS = libmain libstore libutil libformat
2013-11-22 21:56:58 +01:00
nix-store_LDFLAGS = -lbz2 -pthread $(SODIUM_LIBS)
nix-store_CXXFLAGS = -DCURL=\"$(curl)\"