]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(rsa_encrypt_SOURCES, rsa_decrypt_SOURCES)
authorNiels Möller <nisse@lysator.liu.se>
Mon, 1 Mar 2004 20:33:07 +0000 (21:33 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 1 Mar 2004 20:33:07 +0000 (21:33 +0100)
(rsa_keygen_SOURCES): Added getopt.h, getopt.c and getopt1.c.

Rev: src/nettle/examples/Makefile.am:1.21

examples/Makefile.am

index a5b91263d96a617778f824daadb2d5bcfc441dec..acc65f7af32f2fdf8349aab28ca7dc1530571c05 100644 (file)
@@ -13,6 +13,9 @@ EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify rsa-encrypt rsa-decrypt io
 noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@
 
 nettle_benchmark_SOURCES = nettle-benchmark.c nettle-openssl.c
+rsa_encrypt_SOURCES = rsa-encrypt.c getopt.h getopt.c getopt1.c
+rsa_decrypt_SOURCES = rsa-decrypt.c getopt.h getopt.c getopt1.c
+rsa_keygen_SOURCES = rsa-keygen.c getopt.h getopt.c getopt1.c
 
 # libnettle.a for the dependency
 LDADD = io.o -lnettle ../libnettle.a