guix/src/nix-store/local.mk

10 lines
169 B
Makefile
Raw Normal View History

2014-02-01 11:23:14 +00:00
programs += nix-store
nix-store_DIR := $(d)
2014-01-09 15:53:47 +00:00
nix-store_SOURCES := $(wildcard $(d)/*.cc)
nix-store_LIBS = libmain libstore libutil libformat
2013-11-22 20:56:58 +00:00
nix-store_LDFLAGS = -lbz2