diff options
Diffstat (limited to 'src/grp-journal')
-rw-r--r-- | src/grp-journal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/grp-journal/Makefile b/src/grp-journal/Makefile index 4e1aaf7925..d0b2bf1917 100644 --- a/src/grp-journal/Makefile +++ b/src/grp-journal/Makefile @@ -106,8 +106,10 @@ test_compress_LDADD = \ libsystemd-shared.la ifneq ($(HAVE_LZ4),) +test_compress_CFLAGS += \ + $(LZ4_CFLAGA) test_compress_LDADD += \ - -llz4 + $(LZ4_LIBS) endif test_compress_benchmark_SOURCES = \ |