Skip to content
Snippets Groups Projects
Commit 25181c64 authored by Niels Möller's avatar Niels Möller
Browse files

(rsa_encrypt_SOURCES, rsa_decrypt_SOURCES)

(rsa_keygen_SOURCES): Added getopt.h, getopt.c and getopt1.c.

Rev: src/nettle/examples/Makefile.am:1.21
parent 05f23a55
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,9 @@ EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify rsa-encrypt rsa-decrypt io ...@@ -13,6 +13,9 @@ EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify rsa-encrypt rsa-decrypt io
noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@ noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@
nettle_benchmark_SOURCES = nettle-benchmark.c nettle-openssl.c 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 # libnettle.a for the dependency
LDADD = io.o -lnettle ../libnettle.a LDADD = io.o -lnettle ../libnettle.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment