Skip to content
Snippets Groups Projects
Commit cd8f37a8 authored by Martin Schneider's avatar Martin Schneider
Browse files

Changed command for including grid folder to tarball.

reviewed by Alex

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13503 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 369a2957
No related branches found
No related tags found
No related merge requests found
check_PROGRAMS = test_boxmpnc test_ccmpnc test_forchheimer2p test_forchheimer1p test_boxmpnckinetic test_boxmpncthermalnonequil check_PROGRAMS = test_boxmpnc test_ccmpnc test_forchheimer2p test_forchheimer1p test_boxmpnckinetic test_boxmpncthermalnonequil
noinst_HEADERS := $(wildcard *.hh) noinst_HEADERS := $(wildcard *.hh)
EXTRA_DIST:= $(wildcard *.input) CMakeLists.txt grids/$(wildcard *.dgf) EXTRA_DIST:= $(wildcard *.input) CMakeLists.txt $(wildcard grids/*.dgf)
gridsdir=$(datadir)/dumux/grids gridsdir=$(datadir)/dumux/grids
grids_DATA=grids/$(wildcard *.dgf) grids_DATA=grids/$(wildcard *.dgf)
......
check_PROGRAMS = test_boxrichards test_ccrichards check_PROGRAMS = test_boxrichards test_ccrichards
noinst_HEADERS := $(wildcard *.hh) noinst_HEADERS := $(wildcard *.hh)
EXTRA_DIST:=$(wildcard *.input) grids/$(wildcard *.dgf) CMakeLists.txt EXTRA_DIST:=$(wildcard *.input) $(wildcard grids/*.dgf) CMakeLists.txt
test_boxrichards_SOURCES = test_boxrichards.cc test_boxrichards_SOURCES = test_boxrichards.cc
test_ccrichards_SOURCES = test_ccrichards.cc test_ccrichards_SOURCES = test_ccrichards.cc
......
...@@ -9,7 +9,7 @@ headercheck_IGNORE = \ ...@@ -9,7 +9,7 @@ headercheck_IGNORE = \
endif endif
noinst_HEADERS := $(wildcard *.hh) noinst_HEADERS := $(wildcard *.hh)
EXTRA_DIST := $(wildcard *.input) grids/$(wildcard *.dgf) CMakeLists.txt EXTRA_DIST := $(wildcard *.input) $(wildcard grids/*.dgf) CMakeLists.txt
test_2cnistokes2p2cni_SOURCES = test_2cnistokes2p2cni.cc test_2cnistokes2p2cni_SOURCES = test_2cnistokes2p2cni.cc
......
...@@ -9,7 +9,7 @@ headercheck_IGNORE = \ ...@@ -9,7 +9,7 @@ headercheck_IGNORE = \
endif endif
noinst_HEADERS := $(wildcard *.hh) noinst_HEADERS := $(wildcard *.hh)
EXTRA_DIST := $(wildcard *.input) grids/$(wildcard *.dgf) CMakeLists.txt EXTRA_DIST := $(wildcard *.input) $(wildcard grids/*.dgf) CMakeLists.txt
test_2cstokes2p2c_SOURCES = test_2cstokes2p2c.cc test_2cstokes2p2c_SOURCES = test_2cstokes2p2c.cc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment