diff --git a/dumux/Makefile.am b/dumux/Makefile.am index 46135bcbcccc46f5bfd73e0620d5c7b4e31ffd92..d5aa78cec300f91601c17a61f82d14c7cf69f70e 100644 --- a/dumux/Makefile.am +++ b/dumux/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = boxmodels common decoupled io linear material nonlinear parallel +SUBDIRS = boxmodels common decoupled freeflow io linear material nonlinear parallel dumuxdir = $(includedir)/dumux diff --git a/test/Makefile.am b/test/Makefile.am index 92970a8c101689977f6732fa38e450a40f8545ef..745926a41a639ade37f008d6245e1c9ea0b6430c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = boxmodels common decoupled material +SUBDIRS = boxmodels common decoupled freeflow material EXTRA_DIST = CMakeLists.txt