diff --git a/dumux/discretization/cellcentered/CMakeLists.txt b/dumux/discretization/cellcentered/CMakeLists.txt
index 313cc2adfab0b789e000d868eec4c8c31c0f38f8..d7104e9d9cf9f95fc9022ac13b926fc8c1d21420 100644
--- a/dumux/discretization/cellcentered/CMakeLists.txt
+++ b/dumux/discretization/cellcentered/CMakeLists.txt
@@ -1,7 +1,6 @@
 add_subdirectory("tpfa")
 
 install(FILES
-fluxvariablescachevector.hh
-stencils.hh
-volumevariablesvector.hh
-DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/discretization/cellcentered)
\ No newline at end of file
+globalvolumevariables.hh
+subcontrolvolume.hh
+DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/discretization/cellcentered)
diff --git a/dumux/discretization/cellcentered/tpfa/CMakeLists.txt b/dumux/discretization/cellcentered/tpfa/CMakeLists.txt
index 9bb40dd86338a59dfac0202c5efd7bbc3b3e9443..a3ecb8bb0c02c6932f28ccdee2228278d10053fd 100644
--- a/dumux/discretization/cellcentered/tpfa/CMakeLists.txt
+++ b/dumux/discretization/cellcentered/tpfa/CMakeLists.txt
@@ -1,6 +1,12 @@
 install(FILES
-globalfvgeometry.hh
+darcyslaw.hh
+elementfluxvariablescache.hh
+elementvolumevariablescache.hh
+fickslaw.hh
+fluxvariablescachefiller.hh
+fourieslaw.hh
 fvelementgeometry.hh
+globalfluxvariablescache.hh
+globalfvgeometry.hh
 subcontrolvolumeface.hh
-subcontrolvolume.hh
-DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/discretization/cellcentered/tpfa)
\ No newline at end of file
+DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/discretization/cellcentered/tpfa)