Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
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
Model registry
Operate
Environments
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
Core Modules
dune-istl
Commits
0f43611c
Commit
0f43611c
authored
20 years ago
by
Thimo Neubauer
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
configure.ac
+5
-1
5 additions, 1 deletion
configure.ac
with
6 additions
and
2 deletions
Makefile.am
+
1
−
1
View file @
0f43611c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
5
−
1
View file @
0f43611c
...
...
@@ -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
...
...
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