Skip to content
Snippets Groups Projects
Commit 04b4a952 authored by Robert K's avatar Robert K
Browse files

make compile.

parent f1f7c160
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ AC_CONFIG_FILES([ ...@@ -18,7 +18,6 @@ AC_CONFIG_FILES([
dune/alugrid/3d/Makefile dune/alugrid/3d/Makefile
dune/alugrid/common/Makefile dune/alugrid/common/Makefile
dune/alugrid/impl/Makefile dune/alugrid/impl/Makefile
dune/alugrid/impl/2d/Makefile
dune/alugrid/impl/duneinterface/Makefile dune/alugrid/impl/duneinterface/Makefile
dune/alugrid/impl/parallel/Makefile dune/alugrid/impl/parallel/Makefile
dune/alugrid/impl/serial/Makefile dune/alugrid/impl/serial/Makefile
......
impldir = $(includedir)/dune/alugrid/impl impldir = $(includedir)/dune/alugrid/impl
impl_HEADERS = binaryio.hh byteorder.hh indexstack.h macrofileheader.hh projectvertex.h impl_HEADERS = binaryio.hh byteorder.hh indexstack.h macrofileheader.hh projectvertex.h
SUBDIRS = serial parallel duneinterface 2d test SUBDIRS = serial parallel duneinterface test
EXTRA_DIST = binaryio.cc macrofileheader.cc EXTRA_DIST = binaryio.cc macrofileheader.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