diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-02 13:16:20 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-02 13:16:20 -0400 |
commit | 41463469a994bd378c052ab059eb9c4e84670951 (patch) | |
tree | b8550ffc0704ccd70fda5bd026ebbfa0b608c528 /src/libsystemd/libsystemd-journal-internal | |
parent | 3f9916a355913242460edf1a93f80598c5bf9d37 (diff) | |
parent | fb012c2788d61a333296e1f2b0f44d304517aa2d (diff) |
Merge branch 'lukeshu/postmove' into lukeshu/master
Diffstat (limited to 'src/libsystemd/libsystemd-journal-internal')
-rw-r--r-- | src/libsystemd/libsystemd-journal-internal/Makefile | 5 |
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),) |