summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-15 01:31:23 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-15 01:31:23 -0400
commit5caf817f3d48ea67893cd0b2e9c91f2f323a5356 (patch)
tree7e5a31f4c78e3ad7959665c91e33ba32786fb217 /Makefile.am
parentc73c7c774cbd1f0e778254d51da819490a333ab4 (diff)
stuff
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b1c28551a4..1dabbb0819 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4362,8 +4362,10 @@ test_compress_LDADD = \
libsystemd-shared.la
if HAVE_LZ4
+test_compress_CFLAGS += \
+ $(LZ4_CFLAGA)
test_compress_LDADD += \
- -llz4
+ $(LZ4_LIBS)
endif
test_compress_benchmark_SOURCES = \