Fixes.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 9 Nov 2006 14:54:54 +0000 (14:54 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 9 Nov 2006 14:54:54 +0000 (14:54 +0000)
configure.ad
doc/Makefile.ad

index ac9811e8f769da5339aea5a7fc24cfc231d8e35c..3dafcc9ca1e706b5b1c5a9ca44cec33f6e13ccd1 100644 (file)
@@ -984,6 +984,9 @@ AM_CONDITIONAL(SILC_BEOS, test xfalse = xtrue)
 #
 AM_CONDITIONAL(SILC_OS2, test xfalse = xtrue)
 
+# Make enable-shared aware
+AM_CONDITIONAL(SILC_ENABLE_SHARED, test "$enable_shared" = yes)
+
 #ifdef SILC_DIST_TOOLKIT
 # --with-irssi
 #
@@ -1044,9 +1047,6 @@ AC_DEFINE_UNQUOTED([SILC_ETCDIR], "$ETCDIR", [SILC_ETCDIR])
 ##  Misc
 ##
 
-# Make enable-shared aware
-AM_CONDITIONAL(SILC_ENABLE_SHARED, test "$enable_shared" = yes)
-
 SILC_TOP_SRCDIR=`pwd`
 
 # Included configure scripts
index db0c4720a1ebb006583a6d688025d469ae56ec93..980775b6bf4d61aa4fdf47e177481c4d833cae3b 100644 (file)
@@ -108,7 +108,7 @@ EXTRA_DIST =                        \
 #endif SILC_DIST_CLIENT
 #ifndef SILC_DIST_CLIENT
        example_silcd.conf      \
-#endif
+#endif SILC_DIST_CLIENT
 #ifdef SILC_DIST_SERVER
        examples silcd.8 silcd.conf.5   \
 #endif SILC_DIST_SERVER