mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Add the Verificarlo probes library to LDFLAG
This commit is contained in:
parent
f10a2fe91e
commit
eab4e56c18
@ -282,7 +282,8 @@ AC_ARG_ENABLE([vfc_ci],
|
||||
|
||||
AS_IF([test "x$enable_vfc_ci" = "xyes"],
|
||||
[FCFLAGS="-D VFC_CI $FCFLAGS"
|
||||
CFLAGS="-D VFC_CI $CFLAGS"])
|
||||
CFLAGS="-D VFC_CI $CFLAGS"
|
||||
LDFLAGS="-lvfc_probes $LDFLAGS"])
|
||||
|
||||
AM_CONDITIONAL([VFC_CI], [test "x$vfc_ci" = "xtrue"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user