From: Pekka Riikonen Date: Tue, 3 Dec 2002 13:27:31 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.9.10~23 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=02a4124d7a7f0ce0d3df5052f92c1005dc67312a updates --- diff --git a/TODO b/TODO index fa4fc4b0..34d5c6e5 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,8 @@ TODO for Irssi SILC Client 1.0 o Signed message payload handling on UI + o Check make install with static/shared libs + o Testing - See test plan: http://silcnet.org/docs/silc-client-1.0-test.pdf http://silcnet.org/docs/silc-client-1.0-test.ps diff --git a/lib/Makefile.am.pre b/lib/Makefile.am.pre index e2544924..cc4dd748 100644 --- a/lib/Makefile.am.pre +++ b/lib/Makefile.am.pre @@ -77,8 +77,6 @@ install-exec-hook: else install-exec-hook: -mkdir -p $(libdir) - # Install libraries only if static were not compiled. Assume - # that shared is wanted only if binary is not static. -@if test '!' -f $(top_srcdir)/lib/.libs/libsilc.a ; then \ $(LIBTOOL) $(INSTALL) libsilc.la $(libdir)/ \ fi