diff --git a/examples/heat-equation/CMakeLists.txt b/examples/heat-equation/CMakeLists.txt
index efa4dad7a4ecac4da5020c18229e7485c8ce4761..7b4491c17e8ae9f0724a004ce31d2395463bd971 100755
--- a/examples/heat-equation/CMakeLists.txt
+++ b/examples/heat-equation/CMakeLists.txt
@@ -7,8 +7,8 @@ INSTALL( FILES Makefile
                tnlRightHandSide.h
                tnlNeumannBoundaryConditions_impl.h
                tnlNeumannBoundaryConditions.h
-               tnlLinearDiffusion_impl.h
                tnlLinearDiffusion.h
+	       tnlLinearDiffusion_impl.h
                tnlDirichletBoundaryConditions_impl.h
                tnlDirichletBoundaryConditions.h
                tnlAnalyticSolution_impl.h
@@ -23,5 +23,6 @@ INSTALL( FILES Makefile
                heatEquationSetter_impl.h
                heatEquationSetter.h
                heat-equation.cfg.desc
-               heat-equation-conf
-         DESTINATION share/tnl-${tnlVersion}/examples/heat-equation )
\ No newline at end of file
+               heat-equation-conf.h
+
+         DESTINATION share/tnl-${tnlVersion}/examples/heat-equation )