summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-11 10:42:06 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-11 10:42:27 -0400
commit3b1a55e110ab387a8d213581983e20c0a63d7894 (patch)
tree972b5eca785f511c41d96a3f14b172c5f9180b5f /Makefile.am
parent6017365a1d0c1c78fc34a7da63768ee5df5da511 (diff)
Fix build without any compression enabled
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f934bb1473..bb8fc475b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3667,9 +3667,11 @@ tests += \
test-mmap-cache \
test-catalog
+if HAVE_COMPRESSION
tests += \
test-compress \
test-compress-benchmark
+endif
pkginclude_HEADERS += \
src/systemd/sd-journal.h \