Connect IRIS's two-phase, 2D code to dune-porsol build.

This commit is contained in:
Bård Skaflestad
2011-06-07 00:45:40 +02:00
parent 564606ba85
commit 36404ab44f
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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