From b8bc03469dab40b2e1fac5a88908d72058010786 Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Fri, 12 Oct 2012 08:37:37 +0000 Subject: [PATCH] Remove EXTRA_DIST entries in Makefile.am which where there twice. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9287 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/boxmodels/co2/Makefile.am | 2 +- test/boxmodels/co2ni/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/boxmodels/co2/Makefile.am b/test/boxmodels/co2/Makefile.am index 6cb0a5a11f..e33a222444 100644 --- a/test/boxmodels/co2/Makefile.am +++ b/test/boxmodels/co2/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_co2 noinst_HEADERS = *.hh -EXTRA_DIST = CMakeLists.txt *reference.vtu *.input grids/*.dgf CMakeLists.txt co2values.inc +EXTRA_DIST = CMakeLists.txt *reference.vtu *.input grids/*.dgf co2values.inc test_co2_SOURCES = test_co2.cc diff --git a/test/boxmodels/co2ni/Makefile.am b/test/boxmodels/co2ni/Makefile.am index c9eb51dbfa..22493160fd 100644 --- a/test/boxmodels/co2ni/Makefile.am +++ b/test/boxmodels/co2ni/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_co2ni noinst_HEADERS = *.hh -EXTRA_DIST = CMakeLists.txt *reference.vtu *.input grids/*.dgf CMakeLists.txt co2values.inc +EXTRA_DIST = CMakeLists.txt *reference.vtu *.input grids/*.dgf co2values.inc test_co2ni_SOURCES = test_co2ni.cc -- GitLab