summaryrefslogtreecommitdiff
path: root/src/libsystemd
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 13:16:20 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 13:16:20 -0400
commit41463469a994bd378c052ab059eb9c4e84670951 (patch)
treeb8550ffc0704ccd70fda5bd026ebbfa0b608c528 /src/libsystemd
parent3f9916a355913242460edf1a93f80598c5bf9d37 (diff)
parentfb012c2788d61a333296e1f2b0f44d304517aa2d (diff)
Merge branch 'lukeshu/postmove' into lukeshu/master
Diffstat (limited to 'src/libsystemd')
-rw-r--r--src/libsystemd/libsystemd-journal-internal/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libsystemd/libsystemd-journal-internal/Makefile b/src/libsystemd/libsystemd-journal-internal/Makefile
index ae5ab76ea9..8edcf2873d 100644
--- a/src/libsystemd/libsystemd-journal-internal/Makefile
+++ b/src/libsystemd/libsystemd-journal-internal/Makefile
@@ -83,8 +83,11 @@ libsystemd_journal_internal_la_LIBADD += \
endif
ifneq ($(HAVE_LZ4),)
+libsystemd_journal_internal_la_CFLAGS += \
+ $(LZ4_CFLAGS)
+
libsystemd_journal_internal_la_LIBADD += \
- -llz4
+ $(LZ4_LIBS)
endif
ifneq ($(HAVE_GCRYPT),)