X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2FMakefile.ad;h=1b089851deffabc9d888c47669f98b4f7bee9105;hp=87bc7ca44058f737f4d8a04ee4cdfdf27b80afe1;hb=d1e71f42379e8b5cd0748a7aeae8561b02cfe53d;hpb=34bb35a2496ec0402bb4d6c2546147cd37b27007 diff --git a/apps/Makefile.ad b/apps/Makefile.ad index 87bc7ca4..1b089851 100644 --- a/apps/Makefile.ad +++ b/apps/Makefile.ad @@ -17,11 +17,17 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign -SUBDIRS = \ +SUBDIRS = \ #ifdef SILC_DIST_AUTODIST - autodist \ + autodist \ #endif SILC_DIST_AUTODIST -#ifdef SILC_DIST_SILCMAP - silcmap -#endif SILC_DIST_SILCMAP +#ifdef SILC_DIST_SERVER + @SILCD_SUBDIR@ \ +#endif SILC_DIST_SERVER +#ifdef SILC_DIST_CLIENT + @IRSSI_SUBDIR@ \ +#endif SILC_DIST_CLIENT +#ifdef SILC_DIST_INPLACE + silcstress +#endif SILC_DIST_INPLACE