1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-21 23:40:24 -04:00
nix/src/nix-store/local.mk

10 lines
169 B
Makefile
Raw Normal View History

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