From: Pekka Riikonen Date: Fri, 8 Aug 2003 14:47:57 +0000 (+0000) Subject: no server-key-generate for SILC_DIST_TOOLKIT. X-Git-Tag: silc.toolkit.0.9.10~47 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=18a7e3e15949dd33135afbc1b4817dc2158e1fc2;p=silc.git no server-key-generate for SILC_DIST_TOOLKIT. --- diff --git a/Makefile.am.pre b/Makefile.am.pre index 71c32831..2c1eae37 100644 --- a/Makefile.am.pre +++ b/Makefile.am.pre @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2002Pekka Riikonen +# Copyright (C) 2000 - 2003 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 @@ -126,7 +126,7 @@ if SILC_DIST_CLIENT install-data-hook: install-dirs-client sim-install doc-install-client etc-install-client else if SILC_DIST_TOOLKIT -install-data-hook: install-dirs-client install-dirs-server sim-install doc-install-client doc-install-server toolkit-install examples-install etc-install-client etc-install-server generate-server-key +install-data-hook: install-dirs-client install-dirs-server sim-install doc-install-client doc-install-server toolkit-install examples-install etc-install-client etc-install-server else install-data-hook: install-dirs-server sim-install doc-install-server examples-install etc-install-server generate-server-key endif