diff options
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 |