From: Niels Möller Date: Wed, 22 Jan 2003 17:20:00 +0000 (+0100) Subject: (nettle_benchmark_LDADD): Use OPENSSL_LIBFLAGS. X-Git-Tag: nettle_1.7_release_20030311~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=648f71aff04dbc1a89991f65a528824880ca51e3;p=thirdparty%2Fnettle.git (nettle_benchmark_LDADD): Use OPENSSL_LIBFLAGS. Rev: src/nettle/examples/Makefile.am:1.16 --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 9037cec2..75f1154e 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,5 @@ + +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