From 3da3ac0de1c7003df01c129bfefc7ee4e2723021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?= <robertk@dune-project.org> Date: Tue, 21 Nov 2006 17:19:03 +0000 Subject: [PATCH] fix of bug #203. [[Imported from SVN: r4791]] --- common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.am b/common/Makefile.am index 40c379456..18bac329d 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = . test exprtmpl # the standard debug streams are put into the libdune noinst_LTLIBRARIES = libcommon.la -libcommon_la_SOURCES = stdstreams.cc configparser.cc mpihelper.cc +libcommon_la_SOURCES = stdstreams.cc configparser.cc libcommon_la__CXXFLAGS = $(MPI_CPPFLAGS) libcommon_la_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS) -- GitLab