Nix/src/nix-store/local.mk
2014-02-01 13:54:38 +01:00

10 lines
169 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