From 6bbf3cbb62c5c1843f8a18060dcaff1020a6524f Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 18 Apr 2005 18:09:30 +0000 Subject: [PATCH] updates --- distdir/server | 2 -- includes/silcincludes.h.in | 2 ++ lib/configure.ad | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/distdir/server b/distdir/server index d8545c2e..f15e999d 100644 --- a/distdir/server +++ b/distdir/server @@ -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 diff --git a/includes/silcincludes.h.in b/includes/silcincludes.h.in index 8e57209f..23e8f340 100644 --- a/includes/silcincludes.h.in +++ b/includes/silcincludes.h.in @@ -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 } diff --git a/lib/configure.ad b/lib/configure.ad index 83770b8d..f52573cb 100644 --- a/lib/configure.ad +++ b/lib/configure.ad @@ -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 -- 2.43.0