From 38aae3ff626ddf16b6489f34a1dd8695e20cd9c6 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Thu, 13 Jan 2011 10:55:45 +0000 Subject: [PATCH] Makefile for the new 'coupling' subdirectory [[Imported from SVN: r6735]] --- dune/gfe/coupling/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dune/gfe/coupling/Makefile.am diff --git a/dune/gfe/coupling/Makefile.am b/dune/gfe/coupling/Makefile.am new file mode 100644 index 00000000..6fc406ef --- /dev/null +++ b/dune/gfe/coupling/Makefile.am @@ -0,0 +1,9 @@ +# $Id: $ + +SUBDIRS = + + +srcincludedir = $(includedir)/dune/common/coupling +srcinclude_HEADERS = rodcontinuumcomplex.hh + +include $(top_srcdir)/am/global-rules -- GitLab