mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
construct/Makefile.am: Fix issues with LDFLAGS and LIBS lists.
This commit is contained in:
parent
f68926e526
commit
e2bc5a5245
1 changed files with 7 additions and 3 deletions
|
@ -44,9 +44,11 @@ construct_LDFLAGS = \
|
|||
@ROCKSDB_LDFLAGS@ \
|
||||
@JS_LDFLAGS@ \
|
||||
@BOOST_LDFLAGS@ \
|
||||
@SSL_CPPFLAGS@ \
|
||||
@CRYPTO_CPPFLAGS@ \
|
||||
@SSL_LDFLAGS@ \
|
||||
@CRYPTO_LDFLAGS@ \
|
||||
@SODIUM_LDFLAGS@ \
|
||||
@MAGIC_LDFLAGS@ \
|
||||
@SNAPPY_LDFLAGS@ \
|
||||
@LZ4_LDFLAGS@ \
|
||||
@Z_LDFLAGS@ \
|
||||
###
|
||||
|
@ -56,9 +58,11 @@ construct_LDADD = \
|
|||
@ROCKSDB_LIBS@ \
|
||||
@JS_LIBS@ \
|
||||
@BOOST_LIBS@ \
|
||||
@SODIUM_LIBS@ \
|
||||
@SSL_LIBS@ \
|
||||
@CRYPTO_LIBS@ \
|
||||
@SODIUM_LIBS@ \
|
||||
@MAGIC_LIBS@ \
|
||||
@SNAPPY_LIBS@ \
|
||||
@LZ4_LIBS@ \
|
||||
@Z_LIBS@ \
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue