about summary refs log tree commit diff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorDmitry Kalinkin <dkalinkin@bnl.gov>2016-05-31T07·20-0400
committerDmitry Kalinkin <dkalinkin@bnl.gov>2016-05-31T07·20-0400
commit78b00bbd8a993c403bb3712bddfd3815f7301b01 (patch)
tree1261679ef22db6ca6ae12babd3776953d22430c0 /Makefile.config.in
parent5339ae4437549296836a16fcc52040762404b403 (diff)
use $(LIBLZMA_LIBS) instead of -llzma
This is needed in case of non-standard lzma installation path that will
be specified in pkgconfig manifest as extra -L option for LDFLAGS.
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 3a7892e8b6..3e7847e365 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -10,6 +10,7 @@ OPENSSL_LIBS = @OPENSSL_LIBS@
 PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 SODIUM_LIBS = @SODIUM_LIBS@
+LIBLZMA_LIBS = @LIBLZMA_LIBS@
 SQLITE3_LIBS = @SQLITE3_LIBS@
 bash = @bash@
 bindir = @bindir@