updates
authorPekka Riikonen <priikone@silcnet.org>
Tue, 3 Dec 2002 13:27:31 +0000 (13:27 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 3 Dec 2002 13:27:31 +0000 (13:27 +0000)
TODO
lib/Makefile.am.pre

diff --git a/TODO b/TODO
index fa4fc4b0b54d408bd0bc3fdac879158d52409dca..34d5c6e523225d8f3a553fef09e3e5f66b6aec58 100644 (file)
--- 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
index e2544924a1d2da315cd17108eb6c1fb5e137619b..cc4dd748a6163a84c2898020edb32a31478f6ce4 100644 (file)
@@ -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