From 066cf5d4fe3336ea2593780dba10d32bdc275862 Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@mi.fu-berlin.de> Date: Tue, 3 Jul 2012 08:33:05 +0000 Subject: [PATCH] let svn ignore makefiles and add Makefile to common folder [[Imported from SVN: r11172]] --- dune/elasticity/common/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dune/elasticity/common/Makefile.am diff --git a/dune/elasticity/common/Makefile.am b/dune/elasticity/common/Makefile.am new file mode 100644 index 0000000..f8fce82 --- /dev/null +++ b/dune/elasticity/common/Makefile.am @@ -0,0 +1,8 @@ +SUBDIRS = + +commondir = $(includedir)/dune/elasticity/common + +common_HEADERS = elasticityhelpers.hh + +include $(top_srcdir)/am/global-rules + -- GitLab