X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2FMakefile.ad;h=0d1aa46b69a6fe0a47e81b1a170f4762a89af32f;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=7f369d09d21c9047ec8c68ccb21cd68cbfa2e9d3;hpb=35cdce343e56b7bae588a4fe7ba0bf8615a48170;p=silc.git diff --git a/lib/silccrypt/Makefile.ad b/lib/silccrypt/Makefile.ad index 7f369d09..0d1aa46b 100644 --- a/lib/silccrypt/Makefile.ad +++ b/lib/silccrypt/Makefile.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2006 Pekka Riikonen +# Copyright (C) 2000 - 2007 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,15 +32,19 @@ endif libsilccrypt_la_SOURCES = \ none.c \ - rc5.c \ md5.c \ $(SILC_AES_S) \ rsa.c \ + dsa.c \ sha1.c \ sha256.c \ + sha256_x86.S \ + sha512.c \ twofish.c \ blowfish.c \ - cast.c \ + cast5.c \ + des.c \ + silccrypto.c \ silccipher.c \ silchash.c \ silchmac.c \ @@ -60,27 +64,15 @@ CFLAGS = $(LTFLAGS) @SILC_CRYPTO_CFLAGS@ #ifdef SILC_DIST_TOOLKIT include_HEADERS = \ - aes.h \ - blowfish.h \ - cast.h \ - ciphers_def.h \ - ciphers.h \ - md5.h \ - none.h \ - rc5.h \ - rsa.h \ - sha1.h \ - sha1_internal.h \ - sha256.h \ - sha256_internal.h \ + silccrypto.h \ silccipher.h \ - silcdh.h \ + silccipher_i.h \ silchash.h \ silchmac.h \ silcpkcs.h \ + silcpkcs_i.h \ silcrng.h \ silcpkcs1.h \ - twofish.h \ silcpk.h SILC_EXTRA_DIST = tests