Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
b36ee58c
Commit
b36ee58c
authored
Oct 05, 2004
by
Niels Möller
Browse files
More comments on the problem with the libnettle.a dependency.
Rev: src/nettle/tools/Makefile.am:1.7
parent
37540091
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/Makefile.am
View file @
b36ee58c
...
...
@@ -11,6 +11,12 @@ bin_PROGRAMS = sexp-conv nettle-lfib-stream
# It seems there's no DEPENDENCIES variable that affects all programs.
LDADD
=
-lnettle
../libnettle.a
# Explicit use of DEPENDENCIES is more correct, but scales badly to a
# large number of programs.
# sexp_conv_DEPENDENCIES = ../libnettle.a
# nettle_lfib_stream_DEPENDENCIES = ../libnettle.a
EXTRA_DIST
=
misc.h input.h output.h parse.h getopt.h
sexp_conv_SOURCES
=
sexp-conv.c input.c output.c parse.c
\
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment