Merge commit 'origin/silc.1.1.branch'
[silc.git] / apps / Makefile.ad
index 0a01a55fa81b9f00f3f70f98dc651094d599fe8d..4c8d26d6b6d8f0bd2ea735047ce95fc16bf91baa 100644 (file)
 
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
-SUBDIRS =      \
+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
+#ifdef SILC_DIST_ASN1UTILS
+       asn1utils       \
+#endif SILC_DIST_ASN1UTILS
+
+