]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* examples/Makefile.in (SOURCES): Added rsa-sign.c and rsa-verify.c.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 20 Oct 2004 08:12:50 +0000 (10:12 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 20 Oct 2004 08:12:50 +0000 (10:12 +0200)
(DISTFILES): Added getopt.h.
(install uninstall): New dummy targets.

Rev: src/nettle/examples/Makefile.in:1.3

examples/Makefile.in

index c2f6c96caa28baeea30bc8a7a8be29efac7f9c8d..73216db3e27a64057f7fb84fc919e670ecedd269 100644 (file)
@@ -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)