Skip to content
Snippets Groups Projects
Commit 137f490d authored by Christian Engwer's avatar Christian Engwer
Browse files

make install works again

[[Imported from SVN: r229]]
parent 0d6ebc27
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# need automake >= 1.5
AUTOMAKE_OPTIONS = foreign 1.5
SUBDIRS = common fem grid operator quadrature solver lib istl doc bin m4 am
SUBDIRS = common fem grid operator quadrature solver lib io istl doc bin m4 am
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dune.pc
......
......@@ -147,6 +147,12 @@ AC_CONFIG_FILES([Makefile
istl/test/Makefile
istl/paamg/Makefile
istl/paamg/test/Makefile
io/Makefile
io/file/Makefile
io/file/amiramesh/Makefile
io/file/rawdata/Makefile
io/visual/Makefile
io/visual/grape/Makefile
lib/Makefile
lib/test/Makefile
operator/Makefile
......
......@@ -2,7 +2,7 @@
SUBDIRS = . doc tutorial test paamg
SOURCES = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh gsetc.hh io.hh istlexception.hh istl.hh vbcrsmatrix.hh vbvector.hh ilu.hh operators.hh preconditioners.hh solvers.hh indexset.hh communicator.hh remoteindices.hh mpitraits.hh interface.hh
SOURCES = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh gsetc.hh io.hh istlexception.hh istl.hh vbcrsmatrix.hh vbvector.hh ilu.hh operators.hh preconditioners.hh solvers.hh indexset.hh communicator.hh remoteindices.hh mpitraits.hh interface.hh indicessyncer.hh matrixindexset.hh selection.hh
istldir = $(includedir)/dune/istl
istl_HEADERS = $(SOURCES)
......
SUBDIRS = test
SOURCES = aggregates.hh dependency.hh galerkin.hh graph.hh indicescoarsener.hh
paamgdir = $(includedir)/dune/istl/paamg
paamg_HEADERS = $(SOURCES)
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