diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-05-30T14·12-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-05-30T14·12-0400 |
commit | f5398d374beac34983bb639891ba3f1f50528c72 (patch) | |
tree | a3e81b3686c22634ee6cb90bc1d15225341dc4b3 /src/libstore/Makefile.am | |
parent | 881beb170d324f392a53168e6a76e2c5cfd24789 (diff) |
Compress build logs on the fly using bzip2
Diffstat (limited to 'src/libstore/Makefile.am')
-rw-r--r-- | src/libstore/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index a9e5732e215d..3356557970a2 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -10,7 +10,7 @@ pkginclude_HEADERS = \ globals.hh references.hh pathlocks.hh \ worker-protocol.hh -libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la @SQLITE3_LIBS@ +libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la @SQLITE3_LIBS@ -lbz2 EXTRA_DIST = schema.sql |