diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-15 01:31:03 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-15 01:31:03 -0400 |
commit | 3e439de4e3773f26c7efc8d84a57cf2530883739 (patch) | |
tree | 7fe8527efe10e2adb9df676e6c4df21c9b64c994 /src/grp-journal | |
parent | 3c72c8d3ee67388336aca58c5afa3fb93a9c24c0 (diff) |
stuff
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 = \ |