From 013c7dc16275057c27a90bb9b612e94e64584747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Fri, 30 Nov 2012 12:26:34 +0100 Subject: [PATCH] Made compilation of writeECLData.[ch]pp unconditional. --- Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index c0adf9de..20482f86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -300,14 +300,15 @@ opm/core/linalg/call_umfpack.h \ opm/core/linalg/LinearSolverUmfpack.hpp endif - -if HAVE_ERT +# Removed conditional, since the file now can be compiled +# always (function throwing if no ERT). +# if HAVE_ERT lib_libopmcore_la_SOURCES += \ opm/core/utility/writeECLData.cpp nobase_include_HEADERS += \ opm/core/utility/writeECLData.hpp -endif +# endif if DUNE_ISTL