about summary refs log tree commit diff
path: root/src/nix-store/Makefile.new
blob: 195d05a2d61122846cd21dfb33e98bab5f97b7dd (plain) (blame)
1
2
3
4
5
6
7
PROGRAMS += nix-store

nix-store_DIR := $(here)

nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc

nix-store_LIBS = libmain libstore libutil libformat