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

add share to the subdirectories

parent 95faa953
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ dune_project()
# add subdirectories to execute CMakeLists.txt there
add_subdirectory("lib")
add_subdirectory("share")
add_subdirectory("dune")
add_subdirectory("bin")
add_subdirectory("m4")
......
......@@ -7,7 +7,7 @@ EXTRA_DIST= CMakeLists.txt dune.module
# we need automake 1.9 or newer
AUTOMAKE_OPTIONS = foreign 1.9
SUBDIRS = cmake dune lib doc bin m4 am
SUBDIRS = cmake dune lib share doc bin m4 am
# use configured compiler for "make distcheck"
DISTCHECK_CONFIGURE_FLAGS = CXX="$(CXX)" CC="$(CC)" --enable-parallel=@ENABLE_PARALLEL@ MPICC="$(MPICC)"
......
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