X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcsim%2FMakefile.ad;h=e0b3fb25a2bad981d770192a719424d699841f7c;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hp=baf8d782081c728dbb2d8666417dcf5b48098996;hpb=c257b555225193e54d85daf541d29578b3c93882;p=silc.git diff --git a/lib/silcsim/Makefile.ad b/lib/silcsim/Makefile.ad index baf8d782..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) @@ -80,4 +79,11 @@ include_HEADERS = silcsim.h silcsimutil.h EXTRA_DIST = *.h +# +# Installation +# +install-data-hook: + -mkdir -p $(modulesdir) + -$(INSTALL_DATA) $(top_srcdir)/lib/silcsim/*.so $(modulesdir)/ + include $(top_srcdir)/Makefile.defines.in