diff --git a/dumux/freeflow/compositional/CMakeLists.txt b/dumux/freeflow/compositional/CMakeLists.txt
index 11209cfdcd29a954a40067a637e9d0ad3b2ad26d..68fce2bb0bda388599118c42d673130d9b872ac7 100644
--- a/dumux/freeflow/compositional/CMakeLists.txt
+++ b/dumux/freeflow/compositional/CMakeLists.txt
@@ -8,6 +8,7 @@ komegancmodel.hh
 localresidual.hh
 lowrekepsilonncmodel.hh
 navierstokesncmodel.hh
+oneeqncmodel.hh
 volumevariables.hh
 vtkoutputfields.hh
 zeroeqncmodel.hh
diff --git a/dumux/material/fluidmatrixinteractions/CMakeLists.txt b/dumux/material/fluidmatrixinteractions/CMakeLists.txt
index a7cb05704f2e9e76a3be97df5d525a4bcc353703..49de0b5b04c0465e7e3f071320bd8255aa2fc60c 100644
--- a/dumux/material/fluidmatrixinteractions/CMakeLists.txt
+++ b/dumux/material/fluidmatrixinteractions/CMakeLists.txt
@@ -9,5 +9,6 @@ install(FILES
 diffusivityconstanttortuosity.hh
 diffusivitymillingtonquirk.hh
 permeabilitykozenycarman.hh
+porositydeformation.hh
 porosityprecipitation.hh
 DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/material/fluidmatrixinteractions)