From fef0c2d116483b99fe7cb1a77cc2e87e5a1d7f76 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Mon, 10 Jan 2011 11:29:15 +0000 Subject: [PATCH] Makefiles for the new subdirectory 'coupling' [[Imported from SVN: r6722]] --- configure.ac | 1 + dune/gfe/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 06a29c72..aa322e4b 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ AC_CONFIG_FILES([Makefile doc/doxygen/Doxyfile dune/Makefile dune/gfe/Makefile + dune/gfe/coupling/Makefile test/Makefile m4/Makefile dune-gfe.pc diff --git a/dune/gfe/Makefile.am b/dune/gfe/Makefile.am index 5fd2dac2..16a5c44b 100644 --- a/dune/gfe/Makefile.am +++ b/dune/gfe/Makefile.am @@ -1,6 +1,6 @@ # $Id: $ -SUBDIRS = +SUBDIRS = coupling AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/.. -- GitLab