From: Niels Möller Date: Tue, 1 Oct 2002 14:05:31 +0000 (+0200) Subject: * examples/Makefile.am: Use EXTRA_PROGRAMS and @RSA_EXAMPLES@. X-Git-Tag: nettle_1.6_release_20021003~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a24901306025084197bba1855ca1d624aa5904f2;p=thirdparty%2Fnettle.git * examples/Makefile.am: Use EXTRA_PROGRAMS and @RSA_EXAMPLES@. Rev: src/nettle/examples/Makefile.am:1.5 --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 89718f2e..25f2bc6e 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,7 +1,8 @@ CFLAGS = -I$(top_srcdir) @CFLAGS@ CPPFLAGS = @CPPFLAGS@ -noinst_PROGRAMS = nettle-benchmark rsa-keygen rsa-sign rsa-verify +EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify +noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@ LDADD = io.o ../libnettle.a nettle_benchmark_LDADD = ../libnettle.a