]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
matinv_openmp and omp_prime linking now also succeeds with older automake versions.
authorBart Van Assche <bvanassche@acm.org>
Wed, 12 Mar 2008 16:50:09 +0000 (16:50 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 12 Mar 2008 16:50:09 +0000 (16:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7651

exp-drd/tests/Makefile.am

index c62a9fcebad1750ad25de862276bf7eb129818a9..2bfce6081f454103764c71298fba4e5cda54f58c 100644 (file)
@@ -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