diff --git a/examples/Makefile.am b/examples/Makefile.am
index f0042b625b1c7eb3b2d52be07f092dfef268cb33..c8d58167ffc4f725625318e912a34ad10ba8dc2f 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