summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-15 01:31:03 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-15 01:31:03 -0400
commit3e439de4e3773f26c7efc8d84a57cf2530883739 (patch)
tree7fe8527efe10e2adb9df676e6c4df21c9b64c994 /Makefile.am
parent3c72c8d3ee67388336aca58c5afa3fb93a9c24c0 (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 = \