nix-gh/src/nix-store/Makefile.new
2013-11-22 15:54:18 +01:00

8 lines
159 B
Makefile

PROGRAMS += nix-store
nix-store_DIR := $(here)
nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc
nix-store_LIBS = libmain libstore libutil libformat