diff --git a/dumux/common/CMakeLists.txt b/dumux/common/CMakeLists.txt
index a10841437180b8a006893f61a2d44909ba9c4b12..7b0255c3daebad2bccf7158da7b9663709a692aa 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 2219a6309a16d027200585c0216c6884afd0b4d9..f5c1a286de3a0f7873a06daf4e6a665aaeb290af 100644
--- a/dumux/linear/CMakeLists.txt
+++ b/dumux/linear/CMakeLists.txt
@@ -1,12 +1,14 @@
 install(FILES
 amgbackend.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)