From 0131b6831bed97b08810198b79a3f94de50523bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?= <robertk@dune-project.org>
Date: Thu, 3 Apr 2008 16:04:25 +0000
Subject: [PATCH] did not link in debug mode.

[[Imported from SVN: r5149]]
---
 common/test/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/test/Makefile.am b/common/test/Makefile.am
index aa7596fc9..b44d09be6 100644
--- a/common/test/Makefile.am
+++ b/common/test/Makefile.am
@@ -72,11 +72,11 @@ gcdlcdtest_DEPENDENCIES = $(LOCAL_LIBS)
 
 mpihelpertest_SOURCES = mpihelpertest.cc
 mpihelpertest_CXXFLAGS = $(MPI_CPPFLAGS)
-mpihelpertest_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
+mpihelpertest_LDFLAGS = $(LOCAL_LIBS) $(MPI_LDFLAGS) $(MPI_LIBS)
 
 mpicollcomm_SOURCES = mpicollectivecommunication.cc
 mpicollcomm_CXXFLAGS = $(MPI_CPPFLAGS)
-mpicollcomm_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
+mpicollcomm_LDFLAGS =  $(LOCAL_LIBS) $(MPI_LDFLAGS) $(MPI_LIBS)
 
 singletontest_SOURCES = singletontest.cc
 singletontest_LDFLAGS = $(LOCAL_LIBS)
-- 
GitLab