From: Niels Möller Date: Wed, 20 Oct 2004 08:12:50 +0000 (+0200) Subject: * examples/Makefile.in (SOURCES): Added rsa-sign.c and rsa-verify.c. X-Git-Tag: nettle_1.11_release_20041026~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d84a4c66a33bee22530f15f89882e2488a5e1e6;p=thirdparty%2Fnettle.git * 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 --- diff --git a/examples/Makefile.in b/examples/Makefile.in index c2f6c96c..73216db3 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -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)