summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-11-07 09:13:04 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-11-07 09:13:04 +0100
commit6aab1123a88fd70b3de9b230821c6b23998ac652 (patch)
tree9fa99030113ce60ae6cea3f3f25a95a8ae76e33a /examples
parent3e1ddaffb5742ce8552bd007792149980b8a171a (diff)
downloadnettle-6aab1123a88fd70b3de9b230821c6b23998ac652.tar.gz
* examples/Makefile.am (noinst_PROGRAMS): Removed sexp-conv.
Rev: src/nettle/examples/Makefile.am:1.12
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index c0af6413..b74b8c68 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -4,13 +4,12 @@
AM_LDFLAGS = -L..
EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify
-noinst_PROGRAMS = nettle-benchmark sexp-conv @RSA_EXAMPLES@
+noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@
LDADD = io.o -lnettle
nettle_benchmark_LDADD = -lnettle
-TS_PROGS = rsa-sign-test rsa-verify-test sexp-conv-test
-
+TS_PROGS = rsa-sign-test rsa-verify-test
EXTRA_DIST = io.c io.h run-tests setup-env teardown-env $(TS_PROGS)
.PHONY: run-tests