Skip to content
Snippets Groups Projects
Commit a3bc9d8b authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

adapt buildsystem to changes in the directory structure. Now the module builds again

[[Imported from SVN: r3140]]
parent e1e0e9bc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# we need the module file to be able to build via dunecontrol
EXTRA_DIST=dune.module
SUBDIRS = src m4 dune-solvers
SUBDIRS = src m4 dune
if BUILD_DOCS
SUBDIRS += doc
......
......@@ -18,12 +18,13 @@ LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([
Makefile
src/Makefile
dune-solvers/Makefile
dune-solvers/common/Makefile
dune-solvers/iterationsteps/Makefile
dune-solvers/norms/Makefile
dune-solvers/solvers/Makefile
dune-solvers/transferoperators/Makefile
dune/Makefile
dune/solvers/Makefile
dune/solvers/common/Makefile
dune/solvers/iterationsteps/Makefile
dune/solvers/norms/Makefile
dune/solvers/solvers/Makefile
dune/solvers/transferoperators/Makefile
doc/Makefile
doc/doxygen/Makefile
m4/Makefile
......
# $Id: $
SUBDIRS = solvers
include $(top_srcdir)/am/global-rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment