diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-22T20·56+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-22T20·56+0000 |
commit | 6dd74b48f8d587fcc215e9f4721eacace7f8f462 (patch) | |
tree | 77f7f80e43f4f1de5d38d1351638c2eb0bf5e1b2 /src/nix-store/Makefile.new | |
parent | 9b11a8bfbcfd9e6f40ae8b573d4de492a23b91b9 (diff) |
Support building dynamic libraries
Diffstat (limited to 'src/nix-store/Makefile.new')
-rw-r--r-- | src/nix-store/Makefile.new | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix-store/Makefile.new b/src/nix-store/Makefile.new index 0b31f3a36735..105513872e81 100644 --- a/src/nix-store/Makefile.new +++ b/src/nix-store/Makefile.new @@ -5,3 +5,5 @@ 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 |