From 36ee1cc03e2e26f4017606ee979518e46a497329 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Wed, 9 May 2012 15:11:52 +0000 Subject: [PATCH] test box 2p: remove DFMM naming from Makefile.am git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8274 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/boxmodels/2p/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/boxmodels/2p/Makefile.am b/test/boxmodels/2p/Makefile.am index 0fd09fe53b..7d69c94379 100644 --- a/test/boxmodels/2p/Makefile.am +++ b/test/boxmodels/2p/Makefile.am @@ -1,8 +1,8 @@ -check_PROGRAMS = test_2pDFMM +check_PROGRAMS = test_2p noinst_HEADERS = *.hh EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt -test_2pDFMM_SOURCES = test_2pDFMM.cc +test_2p_SOURCES = test_2p.cc include $(top_srcdir)/am/global-rules -- GitLab