X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2FMakefile.ad;h=190316627fa63646a9576df3de0a28c0819eb316;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hp=56de2636d99fdac10e1d7a6e40cdf1e49b7bb9b0;hpb=97ca3ffe0ce65ac0c5fa3274284825537e996c78;p=silc.git diff --git a/lib/silccrypt/Makefile.ad b/lib/silccrypt/Makefile.ad index 56de2636..19031662 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 @@ -24,7 +24,7 @@ if SILC_I486 SILC_AES_S = aes_x86.asm aes.c endif if SILC_X86_64 -SILC_AES_S = aes_x86_84.asm aes.c +SILC_AES_S = aes_x86_64.asm aes.c endif else SILC_AES_S = aes.c @@ -32,7 +32,6 @@ endif libsilccrypt_la_SOURCES = \ none.c \ - rc5.c \ md5.c \ $(SILC_AES_S) \ rsa.c \ @@ -40,7 +39,6 @@ libsilccrypt_la_SOURCES = \ sha256.c \ twofish.c \ blowfish.c \ - cast.c \ silccipher.c \ silchash.c \ silchmac.c \ @@ -60,27 +58,12 @@ 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 \ silccipher.h \ - silcdh.h \ silchash.h \ silchmac.h \ silcpkcs.h \ silcrng.h \ silcpkcs1.h \ - twofish.h \ silcpk.h SILC_EXTRA_DIST = tests