diff --git a/dumux/common/CMakeLists.txt b/dumux/common/CMakeLists.txt
index bcfa96e8ecb036ab91b0be6f37596ac706d1c47e..2af4091ab0b82def1e92fe8c3771694e8c76e741 100644
--- a/dumux/common/CMakeLists.txt
+++ b/dumux/common/CMakeLists.txt
@@ -7,13 +7,14 @@ balanceequationopts.hh
 boundaryconditions.hh
 boundaryflag.hh
 boundarytypes.hh
-boundingboxtree.hh
 cubicspline.hh
 cubicsplinehermitebasis.hh
 defaultmappertraits.hh
 defaultusagemessage.hh
 deprecated.hh
 dimensionlessnumbers.hh
+doubleexpintegrationconstants.hh
+doubleexpintegrator.hh
 dumuxmessage.hh
 entitymap.hh
 exceptions.hh
diff --git a/dumux/flux/CMakeLists.txt b/dumux/flux/CMakeLists.txt
index e32e550170debb210350152aaf55bdf1cfc320a3..6ec79ed53dd6e07e0553b3f76a1110ff88534cf6 100644
--- a/dumux/flux/CMakeLists.txt
+++ b/dumux/flux/CMakeLists.txt
@@ -7,6 +7,7 @@ add_subdirectory(staggered)
 install(FILES
 darcyslaw.hh
 effectivestresslaw.hh
+fickiandiffusioncoefficients.hh
 fickslaw.hh
 fluxvariablesbase.hh
 fluxvariablescaching.hh
@@ -14,6 +15,7 @@ forchheimerslaw.hh
 fourierslaw.hh
 fourierslawnonequilibrium.hh
 hookeslaw.hh
+maxwellstefandiffusioncoefficients.hh
 maxwellstefanslaw.hh
 referencesystemformulation.hh
 shallowwaterflux.hh
diff --git a/dumux/linear/CMakeLists.txt b/dumux/linear/CMakeLists.txt
index 1b5e58026f72fb9904c5bccf7c2474c5c24be20c..e0c50d49e6c48753bf8333acfd79773b54f84cd4 100644
--- a/dumux/linear/CMakeLists.txt
+++ b/dumux/linear/CMakeLists.txt
@@ -3,12 +3,14 @@ amgbackend.hh
 amgparallelhelpers.hh
 amgtraits.hh
 istlsolverfactorybackend.hh
+istlsolverregistry.hh
+linearsolveracceptsmultitypematrix.hh
 linearsolverparameters.hh
 linearsolvertraits.hh
-linearsolveracceptsmultitypematrix.hh
 matrixconverter.hh
 parallelhelpers.hh
 pdesolver.hh
+preconditioners.hh
 scotchbackend.hh
 seqsolverbackend.hh
 solver.hh
diff --git a/dumux/material/components/CMakeLists.txt b/dumux/material/components/CMakeLists.txt
index 4a9095cfa1a7eee1c0bb0c0698d980405b54b150..f343f70373672d05672f283831ed136218d73bb3 100644
--- a/dumux/material/components/CMakeLists.txt
+++ b/dumux/material/components/CMakeLists.txt
@@ -2,6 +2,7 @@ add_subdirectory(iapws)
 
 install(FILES
 air.hh
+ammonia.hh
 base.hh
 benzene.hh
 brine.hh
@@ -11,12 +12,14 @@ cao.hh
 cao2h2.hh
 carbonateion.hh
 ch4.hh
+chlorideion.hh
 co2.hh
 co2tablereader.hh
 co2tables.inc
 componenttraits.hh
 constant.hh
 gas.hh
+glucose.hh
 granite.hh
 h2.hh
 h2o.hh
@@ -28,8 +31,10 @@ n2.hh
 nacl.hh
 o2.hh
 simpleh2o.hh
+sodiumion.hh
 solid.hh
 tabulatedcomponent.hh
 trichloroethene.hh
+urea.hh
 xylene.hh
 DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/material/components)