Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
bd4be3f5
Commit
bd4be3f5
authored
Jan 29, 2003
by
Niels Möller
Browse files
(LDADD): Add libnettle.a, for the dependency.
Rev: src/nettle/tools/Makefile.am:1.4
parent
cc3afeb6
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/Makefile.am
View file @
bd4be3f5
...
...
@@ -7,7 +7,9 @@ AM_LDFLAGS = -L..
bin_PROGRAMS
=
sexp-conv
LDADD
=
-lnettle
# libnettle.a is added at the end to make sure all programs depend on it.
# It seems there's no DEPENDENCIES variable that affects all programs.
LDADD
=
-lnettle
../libnettle.a
EXTRA_DIST
=
misc.h input.h output.h parse.h
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment