From db1befe0ce512f7cf1e03ac90c807db4ab547c39 Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@math.fu-berlin.de>
Date: Wed, 25 Mar 2015 18:34:06 +0100
Subject: [PATCH] Add the new adolcmaterial

---
 dune/elasticity/materials/CMakeLists.txt | 1 +
 dune/elasticity/materials/Makefile.am    | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dune/elasticity/materials/CMakeLists.txt b/dune/elasticity/materials/CMakeLists.txt
index 98404a6..1748a21 100644
--- a/dune/elasticity/materials/CMakeLists.txt
+++ b/dune/elasticity/materials/CMakeLists.txt
@@ -1,5 +1,6 @@
 install(FILES
     adolcmaterial.hh
+    adolcneohookeanmaterial.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 370e891..d25c56c 100644
--- a/dune/elasticity/materials/Makefile.am
+++ b/dune/elasticity/materials/Makefile.am
@@ -3,8 +3,10 @@ SUBDIRS =
 materialsdir = $(includedir)/dune/elasticity/materials
 
 materials_HEADERS = adolcmaterial.hh \
+					adolcneohookeanmaterial.hh \
 					geomexactstvenantkirchhoffmaterial.hh \
-                    material.hh
+                    material.hh \
+					neohookeanmaterial.hh \
 
 include $(top_srcdir)/am/global-rules
 
-- 
GitLab