From 6292b5999dbad07560dd17dc65f56561e06b53a1 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 4 May 2005 11:50:40 +0000 Subject: [PATCH] updates. --- apps/Makefile.ad | 12 +++++++++++- apps/autodist/tests/Makefile.am | 4 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/apps/Makefile.ad b/apps/Makefile.ad index 0a01a55..1b08985 100644 --- a/apps/Makefile.ad +++ b/apps/Makefile.ad @@ -19,5 +19,15 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign SUBDIRS = \ #ifdef SILC_DIST_AUTODIST - autodist + autodist \ #endif SILC_DIST_AUTODIST +#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 + diff --git a/apps/autodist/tests/Makefile.am b/apps/autodist/tests/Makefile.am index c1e2ae6..f17d43b 100644 --- a/apps/autodist/tests/Makefile.am +++ b/apps/autodist/tests/Makefile.am @@ -22,7 +22,9 @@ TESTS = \ autodist2.test \ autodist3.test \ autodist4.test \ - autodist5.test + autodist5.test \ + autodist6.test \ + autodist7.test clean-local: -rm -rf test -- 2.24.0