]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(noinst_PROGRAMS): Added sexp-conv.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 22 Oct 2002 20:46:37 +0000 (22:46 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 22 Oct 2002 20:46:37 +0000 (22:46 +0200)
Rev: src/nettle/examples/Makefile.am:1.8

examples/Makefile.am

index f0042b625b1c7eb3b2d52be07f092dfef268cb33..c8d58167ffc4f725625318e912a34ad10ba8dc2f 100644 (file)
@@ -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