From 4e249bdb8e552443e2d63c8a3d2f33585b49ac3f Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@mi.fu-berlin.de> Date: Mon, 13 Jan 2014 18:14:47 +0000 Subject: [PATCH] Add new base class for hyperelastic materials [[Imported from SVN: r12639]] --- dune/elasticity/materials/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dune/elasticity/materials/Makefile.am b/dune/elasticity/materials/Makefile.am index 009170c..2f813b0 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 = geomexactstvenantkirchhoffmaterial.hh \ + material.hh include $(top_srcdir)/am/global-rules -- GitLab