Skip to content
Snippets Groups Projects
Commit 0f43611c authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

updated Makefile.am to reflect current state of directories

[[Imported from SVN: r20]]
parent 92ae1913
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# don't follow the full GNU-standard
AUTOMAKE_OPTIONS = foreign
SUBDIRS = lib common fem grid solver doc m4
SUBDIRS = lib common fem grid operator solver doc m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dune.pc
......
......@@ -18,7 +18,10 @@ AC_PROG_LIBTOOL
AC_CONFIG_FILES([Makefile
common/Makefile
fem/Makefile
fem/localbase/Makefile
fem/common/Makefile
fem/discfuncarray/Makefile
fem/fastquad/Makefile
fem/gaussquadrature/Makefile
fem/operator/Makefile
grid/Makefile
grid/albertgrid/Makefile
......@@ -27,6 +30,7 @@ AC_CONFIG_FILES([Makefile
grid/spgrid/Makefile
lib/Makefile
lib/io/Makefile
operator/Makefile
solver/Makefile
solver/common/Makefile
solver/pmgsolver/Makefile
......
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