X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcsim%2FMakefile.ad;h=e0b3fb25a2bad981d770192a719424d699841f7c;hp=0c9149755bfd35c836cb05c1cb49b0e97f85fe0f;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hpb=ae1482a76c29db9fdcd6ed6cf63d312a37a5cb01 diff --git a/lib/silcsim/Makefile.ad b/lib/silcsim/Makefile.ad index 0c914975..e0b3fb25 100644 --- a/lib/silcsim/Makefile.ad +++ b/lib/silcsim/Makefile.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2005 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 @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign if SILC_SIM noinst_LTLIBRARIES = libsilcsim.la else -noinst_LTLIBRARIES = +noinst_LTLIBRARIES = endif libsilcsim_la_SOURCES = \ @@ -33,18 +33,17 @@ libsilcsim_la_SOURCES = \ SIM_CIPHER_OBJS = \ none.o \ blowfish.o \ - rc5.o \ aes.o \ rsa.o \ - twofish.o \ - cast.o + twofish.o # # SILC Hash Functions to be compiled as modules # SIM_HASH_OBJS = \ md5.o \ - sha1.o + sha1.o \ + sha256.o if SILC_SIM all: $(SIM_CIPHER_OBJS) $(SIM_HASH_OBJS)