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

* examples/Makefile.in (SOURCES): Added rsa-sign.c and rsa-verify.c.

(DISTFILES): Added getopt.h.
(install uninstall): New dummy targets.

Rev: src/nettle/examples/Makefile.in:1.3
parent a776ec03
No related branches found
No related tags found
No related merge requests found
......@@ -13,12 +13,12 @@ OPENSSL_LIBFLAGS = @OPENSSL_LIBFLAGS@
TARGETS = nettle-benchmark @RSA_EXAMPLES@
SOURCES = nettle-benchmark.c nettle-openssl.c \
io.c getopt.c getopt1.c \
rsa-encrypt.c rsa-decrypt.c rsa-keygen.c
rsa-encrypt.c rsa-decrypt.c rsa-keygen.c rsa-sign.c rsa-verify.c
TS_ALL = rsa-sign-test rsa-verify-test rsa-encrypt-test
DISTFILES= $(SOURCES) Makefile.in $(TS_ALL) run-tests setup-env teardown-env \
io.h rsa-session.h
io.h rsa-session.h getopt.h
all: $(TARGETS)
......@@ -62,7 +62,7 @@ Makefile: $(srcdir)/Makefile.in ../config.status
# rm -f ../stamp-h1
# touch $@
install:
install uninstall:
true
distdir: $(DISTFILES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment