diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-05-30T04·00-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-05-30T04·00-0400 |
commit | 881beb170d324f392a53168e6a76e2c5cfd24789 (patch) | |
tree | 49f24fca0ed34da41e613c2a5d92aea0c6a5c57c /src/nix-store/Makefile.am | |
parent | 4bc4da331aae13be8a39e768524a854597addd8a (diff) |
"nix-store -l": support compressed logs
Diffstat (limited to 'src/nix-store/Makefile.am')
-rw-r--r-- | src/nix-store/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am index 44ff54674ade..ef8d760d6f5d 100644 --- a/src/nix-store/Makefile.am +++ b/src/nix-store/Makefile.am @@ -5,7 +5,7 @@ nix_store_SOURCES = \ xmlgraph.cc xmlgraph.hh nix_store_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \ - ../boost/format/libformat.la + ../boost/format/libformat.la -lbz2 nix-store.o: help.txt.hh |