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
648f71af
Commit
648f71af
authored
Jan 22, 2003
by
Niels Möller
Browse files
(nettle_benchmark_LDADD): Use OPENSSL_LIBFLAGS.
Rev: src/nettle/examples/Makefile.am:1.16
parent
e4a659e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/Makefile.am
View file @
648f71af
OPENSSL_LIBFLAGS
=
@OPENSSL_LIBFLAGS@
AM_CPPFLAGS
=
-I
$(top_srcdir)
# We need .. to be searched before standard places, in order to pick
...
...
@@ -9,7 +11,7 @@ EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify
noinst_PROGRAMS
=
nettle-benchmark @RSA_EXAMPLES@
LDADD
=
io.o
-lnettle
nettle_benchmark_LDADD
=
-lnettle
nettle_benchmark_LDADD
=
-lnettle
$(OPENSSL_LIBFLAGS)
nettle_benchmark_SOURCES
=
nettle-benchmark.c nettle-openssl.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