X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2FMakefile.ad;h=2be826d5341c2a1a056e4ed6ce2571cbb50736b3;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hp=87bc7ca44058f737f4d8a04ee4cdfdf27b80afe1;hpb=ed46e908363484cad4403d6828aec342b4b82c10;p=silc.git diff --git a/apps/Makefile.ad b/apps/Makefile.ad index 87bc7ca4..2be826d5 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