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

nix-store_DIR := $(d)

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

nix-store_LIBS = libmain libstore libutil libformat