From b57ea3f1a69b12010f50b9463e34b3249fd8530e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delval?= Date: Tue, 27 Jul 2021 11:23:30 +0200 Subject: [PATCH] Link libvfc_probes and libvfc_probes_f when CI support enabled Those 2 libraries used to be linked in an IF statement of the Makefile.am when the support for Verificarlo CI was enabled. This seemed to have beeb removed accidentally when merging changes from the main repository. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 82502cd..fbefaac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,9 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +if VFC_CI +AM_LDFLAGS=-lvfc_probes -lvfc_probes_f +endif ACLOCAL_AMFLAGS = -I m4