updates
authorPekka Riikonen <priikone@silcnet.org>
Mon, 18 Apr 2005 18:09:30 +0000 (18:09 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 18 Apr 2005 18:09:30 +0000 (18:09 +0000)
distdir/server
includes/silcincludes.h.in
lib/configure.ad

index d8545c2e1d39e92411f4b16387f226739b70732f..f15e999d1a6c2722b8e8fdc2ed64f377599b8f96 100644 (file)
@@ -1,8 +1,6 @@
 name Server
 package silc-server
 bug-report silc-devel@lists.silcnet.org
-license distdir/BSD
-license-header distdir/GPL-header distdir/BSD-header
 inherit common
 define SILC_DIST_SERVER
 undef SILC_DIST_SFTP
index 8e57209f31bc93dd0135729fa53c5cc1b71ff83b..23e8f340e8b10e4f80bc1c0677226d9854466a15 100644 (file)
@@ -295,9 +295,11 @@ extern "C" {
 #include "silcske_payload.h"
 #include "silcske_groups.h"
 
+#ifdef SILC_DIST_SFTP
 /* SILC SFTP library */
 #include "silcsftp.h"
 #include "silcsftp_fs.h"
+#endif /* SILC_DIST_SFTP */
 
 #ifdef __cplusplus
 }
index 83770b8db6ab23d83c56be6e1ed71f351d6e6ae4..f52573cb16079cf4c91ae8844d75f8e282dd18c5 100644 (file)
@@ -128,7 +128,9 @@ lib/silcutil/epoc/Makefile
 #ifdef SILC_DIST_MATH
 lib/silcmath/Makefile
 #endif SILC_DIST_MATH
+#ifdef SILC_DIST_SFTP
 lib/silcsftp/Makefile
+#endif SILC_DIST_SFTP
 #ifdef SILC_DIST_INPLACE
 lib/silcutil/tests/Makefile
 lib/silccrypt/tests/Makefile