diff --git a/dune/elasticity/materials/CMakeLists.txt b/dune/elasticity/materials/CMakeLists.txt index 1a1c2183308422e5b8a3937a759f4ac2cea2ea9c..98404a60bcf76bc6e18ae2db040454772a0b9760 100644 --- a/dune/elasticity/materials/CMakeLists.txt +++ b/dune/elasticity/materials/CMakeLists.txt @@ -1,4 +1,5 @@ install(FILES + adolcmaterial.hh geomexactstvenantkirchhoffmaterial.hh neohookeanmaterial.hh DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/elasticity/materials) diff --git a/dune/elasticity/materials/Makefile.am b/dune/elasticity/materials/Makefile.am index 2f813b03b178e308963d1ba58a1c8463647284a0..370e89167972ce7078f2e16d9c1fae8cc90806f4 100644 --- a/dune/elasticity/materials/Makefile.am +++ b/dune/elasticity/materials/Makefile.am @@ -2,7 +2,8 @@ SUBDIRS = materialsdir = $(includedir)/dune/elasticity/materials -materials_HEADERS = geomexactstvenantkirchhoffmaterial.hh \ +materials_HEADERS = adolcmaterial.hh \ + geomexactstvenantkirchhoffmaterial.hh \ material.hh include $(top_srcdir)/am/global-rules