From: Pekka Riikonen Date: Mon, 18 Apr 2005 18:09:30 +0000 (+0000) Subject: updates X-Git-Tag: autodist.1.2~29 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=6bbf3cbb62c5c1843f8a18060dcaff1020a6524f updates --- 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