Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Leibner
dune-common
Commits
0421884a
Commit
0421884a
authored
11 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
add share to the subdirectories
parent
95faa953
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
with
2 additions
and
1 deletion
CMakeLists.txt
+
1
−
0
View file @
0421884a
...
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
+
1
−
1
View file @
0421884a
...
...
@@ -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
)
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment