From 4c0c0dc65e53ba34721457fb8edead6471f8794c Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@mi.fu-berlin.de> Date: Tue, 3 Jul 2012 08:24:24 +0000 Subject: [PATCH] add makefile to estimators folder [[Imported from SVN: r11169]] --- dune/elasticity/estimators/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dune/elasticity/estimators/Makefile.am diff --git a/dune/elasticity/estimators/Makefile.am b/dune/elasticity/estimators/Makefile.am new file mode 100644 index 0000000..a1bbcf8 --- /dev/null +++ b/dune/elasticity/estimators/Makefile.am @@ -0,0 +1,8 @@ +SUBDIRS = + +estimatorsdir = $(includedir)/dune/elasticity/estimators + +estimators_HEADERS = zienkiewiczzhuestimator.hh + +include $(top_srcdir)/am/global-rules + -- GitLab