From 25181c64bef138fcc383e1c1993996f6c66c3bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 1 Mar 2004 21:33:07 +0100 Subject: [PATCH] (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 --- examples/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/Makefile.am b/examples/Makefile.am index a5b91263..acc65f7a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -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 -- GitLab