]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* Makefile.am: Added md2 and md5 files. Deleted the print-path
authorNiels Möller <nisse@lysator.liu.se>
Tue, 26 Aug 2003 06:49:25 +0000 (08:49 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 26 Aug 2003 06:49:25 +0000 (08:49 +0200)
hack.

* testsuite/Makefile.am (TS_PROGS): Added rsa-encrypt-test,
md4-test, and md2-test.

Rev: src/nettle/Makefile.am:1.66

Makefile.am

index 0e448866bb0c619243f952fd7d5ee40c9c564a5a..e85724e6b931e231af68f8fead3ca15d28d20880 100644 (file)
@@ -12,6 +12,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
                           hmac.h \
                           knuth-lfib.h \
                           macros.h \
+                          md2.h md4.h \
                           md5.h md5-compat.h \
                           nettle-meta.h \
                           pgp.h realloc.h rsa.h \
@@ -33,6 +34,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
                      des3.c des-compat.c des-compat.h \
                      hmac.c hmac.h hmac-md5.c hmac-sha1.c hmac-sha256.c \
                      knuth-lfib.c knuth-lfib.h \
+                     md2.c md2-meta.c md4.c md4-meta.c \
                      md5.c md5.h md5-compat.c md5-compat.h md5-meta.c \
                      sha.h sha1.c sha1-meta.c sha256.c sha256-meta.c \
                      serpent.c serpent.h serpent_sboxes.h serpent-meta.c \
@@ -62,10 +64,7 @@ shadata_LDADD = -lm
 
 info_TEXINFOS = nettle.texinfo
 
-all-local: nettle.html print-path
-.PHONY: print-path
-print-path:
-       echo PATH: $$PATH
+all-local: nettle.html
 
 EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \
        sha-example.c .bootstrap $(des_headers) \