mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +01:00
construct: Fix erroneous LDFLAGS for deps.
This commit is contained in:
parent
dea3193f0a
commit
e7f5bb3afe
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ bin_PROGRAMS = construct
|
|||
|
||||
construct_LDFLAGS = \
|
||||
$(AM_LDFLAGS) \
|
||||
@BOOST_LIBS@ \
|
||||
@SSL_LIBS@ \
|
||||
@CRYPTO_LIBS@ \
|
||||
@BOOST_LDFLAGS@ \
|
||||
@SSL_LDFLAGS@ \
|
||||
@CRYPTO_LDFLAGS@ \
|
||||
###
|
||||
|
||||
construct_LDADD = \
|
||||
|
|
Loading…
Reference in a new issue