Skip to content
Snippets Groups Projects
Commit 648f71af authored by Niels Möller's avatar Niels Möller
Browse files

(nettle_benchmark_LDADD): Use OPENSSL_LIBFLAGS.

Rev: src/nettle/examples/Makefile.am:1.16
parent e4a659e4
No related branches found
No related tags found
No related merge requests found
OPENSSL_LIBFLAGS = @OPENSSL_LIBFLAGS@
AM_CPPFLAGS = -I$(top_srcdir) AM_CPPFLAGS = -I$(top_srcdir)
# We need .. to be searched before standard places, in order to pick # We need .. to be searched before standard places, in order to pick
...@@ -9,7 +11,7 @@ EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify ...@@ -9,7 +11,7 @@ EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify
noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@ noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@
LDADD = io.o -lnettle LDADD = io.o -lnettle
nettle_benchmark_LDADD = -lnettle nettle_benchmark_LDADD = -lnettle $(OPENSSL_LIBFLAGS)
nettle_benchmark_SOURCES = nettle-benchmark.c nettle-openssl.c nettle_benchmark_SOURCES = nettle-benchmark.c nettle-openssl.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment