From: Niels Möller Date: Tue, 22 Oct 2002 20:46:37 +0000 (+0200) Subject: (noinst_PROGRAMS): Added sexp-conv. X-Git-Tag: nettle_1.7_release_20030311~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb916d3592f2767e5fb35b67036bd488ea58567b;p=thirdparty%2Fnettle.git (noinst_PROGRAMS): Added sexp-conv. Rev: src/nettle/examples/Makefile.am:1.8 --- diff --git a/examples/Makefile.am b/examples/Makefile.am index f0042b62..c8d58167 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -2,7 +2,7 @@ CFLAGS = -I$(top_srcdir) @CFLAGS@ CPPFLAGS = @CPPFLAGS@ EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify -noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@ +noinst_PROGRAMS = nettle-benchmark sexp-conv @RSA_EXAMPLES@ LDADD = io.o ../libnettle.a nettle_benchmark_LDADD = ../libnettle.a