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

10 lines
183 B
Makefile
Raw Normal View History

PROGRAMS += nix-store
nix-store_DIR := $(d)
nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc
nix-store_LIBS = libmain libstore libutil libformat
2013-11-22 15:56:58 -05:00
nix-store_LDFLAGS = -lbz2