Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-tectonic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
podlesny
dune-tectonic
Commits
579b048f
Commit
579b048f
authored
12 years ago
by
Elias Pipping
Committed by
Elias Pipping
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup
parent
4a2d1514
Branches
evaluation
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.am
+1
-10
1 addition, 10 deletions
src/Makefile.am
with
1 addition
and
10 deletions
src/Makefile.am
+
1
−
10
View file @
579b048f
...
@@ -86,9 +86,7 @@ AM_CPPFLAGS = \
...
@@ -86,9 +86,7 @@ AM_CPPFLAGS = \
-I
$(
top_srcdir
)
-I
$(
top_srcdir
)
# The libraries have to be given in reverse order (most basic libraries
# The libraries have to be given in reverse order (most basic libraries
# last). Also, due to some misunderstanding, a lot of libraries include the
# last).
# -L option in LDFLAGS instead of LIBS -- so we have to include the LDFLAGS
# here as well.
LDADD
=
\
LDADD
=
\
$(
DUNE_LDFLAGS
)
$(
DUNE_LIBS
)
\
$(
DUNE_LDFLAGS
)
$(
DUNE_LIBS
)
\
$(
ALUGRID_LIBS
)
\
$(
ALUGRID_LIBS
)
\
...
@@ -98,11 +96,4 @@ AM_LDFLAGS = \
...
@@ -98,11 +96,4 @@ AM_LDFLAGS = \
$(
ALUGRID_LDFLAGS
)
\
$(
ALUGRID_LDFLAGS
)
\
$(
PYTHON_LDFLAGS
)
$(
PYTHON_LDFLAGS
)
# pass most important options when "make distcheck" is used
DISTCHECK_CONFIGURE_FLAGS
=
\
--with-dune-common
=
$(
DUNE_COMMON_ROOT
)
\
--with-dune-fufem
=
$(
DUNE_FUFEM_ROOT
)
\
--with-dune-tnnmg
=
$(
DUNE_TNNMG_ROOT
)
\
CXX
=
"
$(
CXX
)
"
CC
=
"
$(
CC
)
"
include
$(top_srcdir)/am/global-rules
include
$(top_srcdir)/am/global-rules
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