summaryrefslogtreecommitdiff
path: root/src/grp-journal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-journal/Makefile')
-rw-r--r--src/grp-journal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/grp-journal/Makefile b/src/grp-journal/Makefile
index 260d86dece..01802eff17 100644
--- a/src/grp-journal/Makefile
+++ b/src/grp-journal/Makefile
@@ -93,7 +93,6 @@ test_catalog_SOURCES = \
src/journal/test-catalog.c
test_catalog_CPPFLAGS = \
- $(AM_CPPFLAGS) \
-DCATALOG_DIR=\"$(abs_top_builddir)/catalog\"
test_catalog_LDADD = \
@@ -106,8 +105,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 = \