X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fconfigure.ad;h=c39b95d9976db2c63a3e408572e5d5f559891349;hb=d1e71f42379e8b5cd0748a7aeae8561b02cfe53d;hp=d758333b066f6fa7490212ea567f139e77a72f3b;hpb=34bb35a2496ec0402bb4d6c2546147cd37b27007;p=crypto.git diff --git a/apps/silcd/configure.ad b/apps/silcd/configure.ad index d758333b..c39b95d9 100644 --- a/apps/silcd/configure.ad +++ b/apps/silcd/configure.ad @@ -1,6 +1,6 @@ #ifdef SILC_DIST_SERVER # -# silcd/configure.ad +# apps/silcd/configure.ad # # Author: Pekka Riikonen # @@ -16,6 +16,14 @@ # GNU General Public License for more details. # +SILCD_SUBDIR= + +#ifdef SILC_DIST_TOOLKIT +if test x$without_silcd = xfalse; then +#endif SILC_DIST_TOOLKIT + +SILCD_SUBDIR=silcd + # Logs directory # LOGSDIR="$silc_prefix/logs" @@ -65,16 +73,15 @@ AC_ARG_WITH(silcd-pid-file, ]) AC_SUBST(PIDFILE) -#ifdef SILC_DIST_TOOLKIT -if test x$without_silcd = xfalse ; then -#endif SILC_DIST_TOOLKIT - AC_CONFIG_FILES( -silcd/Makefile +AC_CONFIG_FILES( +apps/silcd/Makefile doc/example_silcd.conf ) + +silcd="yes" #ifdef SILC_DIST_TOOLKIT -fi +fi # without_silcd = false #endif SILC_DIST_TOOLKIT -silcd="yes" +AC_SUBST(SILCD_SUBDIR) #endif SILC_DIST_SERVER