diff options
Diffstat (limited to 'src/nix-store/Makefile.new')
-rw-r--r-- | src/nix-store/Makefile.new | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nix-store/Makefile.new b/src/nix-store/Makefile.new new file mode 100644 index 000000000000..195d05a2d611 --- /dev/null +++ b/src/nix-store/Makefile.new @@ -0,0 +1,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 |