From 36404ab44fc657da8122714479a1783ea39cc1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Tue, 7 Jun 2011 00:45:40 +0200 Subject: [PATCH] Connect IRIS's two-phase, 2D code to dune-porsol build. --- configure.ac | 3 +++ dune/porsol/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c1f2a42..c03857f 100644 --- a/configure.ac +++ b/configure.ac @@ -46,6 +46,9 @@ AC_CONFIG_FILES([ dune/porsol/blackoil/Makefile dune/porsol/blackoil/fluid/Makefile dune/porsol/blackoil/test/Makefile + dune/porsol/twophase2/Makefile + dune/porsol/twophase2/OPMIRISCode/Makefile + dune/porsol/twophase2/OPMKvasiSophusCode/Makefile lib/Makefile examples/Makefile dune-porsol.pc diff --git a/dune/porsol/Makefile.am b/dune/porsol/Makefile.am index 6b182dc..dcc5850 100644 --- a/dune/porsol/Makefile.am +++ b/dune/porsol/Makefile.am @@ -1,5 +1,5 @@ porsolincludedir = $(includedir)/dune/porsol -SUBDIRS = opmpressure common euler mimetic blackoil +SUBDIRS = opmpressure common euler mimetic blackoil twophase2 include $(top_srcdir)/am/global-rules