blob: 105513872e8159ae7e682d30003ffae346c62230 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
PROGRAMS += nix-store
nix-store_DIR := $(d)
nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc
nix-store_LIBS = libmain libstore libutil libformat
nix-store_LDFLAGS = -lbz2
|