diff options
Diffstat (limited to 'src/nix-store/Makefile')
-rw-r--r-- | src/nix-store/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/nix-store/Makefile b/src/nix-store/Makefile new file mode 100644 index 000000000000..105513872e81 --- /dev/null +++ b/src/nix-store/Makefile @@ -0,0 +1,9 @@ +PROGRAMS += nix-store + +nix-store_DIR := $(d) + +nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc + +nix-store_LIBS = libmain libstore libutil libformat + +nix-store_LDFLAGS = -lbz2 |