From 881beb170d324f392a53168e6a76e2c5cfd24789 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 30 May 2012 00:00:02 -0400 Subject: "nix-store -l": support compressed logs --- src/nix-store/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix-store/Makefile.am') 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 -- cgit 1.4.1