From bf0779a86dbdaa238f170f487af33520f657c7f9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 12 Mar 2008 16:50:09 +0000 Subject: [PATCH] matinv_openmp and omp_prime linking now also succeeds with older automake versions. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7651 --- exp-drd/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exp-drd/tests/Makefile.am b/exp-drd/tests/Makefile.am index c62a9fceba..2bfce6081f 100644 --- a/exp-drd/tests/Makefile.am +++ b/exp-drd/tests/Makefile.am @@ -377,9 +377,11 @@ trylock_LDADD = -lpthread -lrt if HAVE_GCC_FOPENMP matinv_openmp_SOURCES = matinv_openmp.c matinv_openmp_CFLAGS = -fopenmp +matinv_openmp_LDFLAGS = -fopenmp matinv_openmp_LDADD = -lm omp_prime_SOURCES = omp_prime.c omp_prime_CFLAGS = -fopenmp +omp_prime_LDFLAGS = -fopenmp omp_prime_LDADD = -lm endif -- 2.47.3