#else !SILC_DIST_TOOLKIT
dist-hook:
$(SILC_TOP_SRCDIR)/scripts/manpages.pl
- rm draft-riikonen*.txt
+ rm -f draft-riikonen*.txt
touch draft-riikonen-silc-spec-09.txt
touch draft-riikonen-silc-pp-09.txt
touch draft-riikonen-silc-ke-auth-09.txt
# number of the software. The string can be a regex string to match
# more widely. Usually the vendor version checking is not necessary
# and can be omitted. These can be overridden with ConnectionParams.
- #version_protocol = "1.1";
- #version_software = "1.3";
+ #version_protocol = "1.3";
+ #version_software = "2.0";
#version_software_vendor = "SomeVendor";
# Default keepalive frequency (seconds). This can be overridden with
#endif SILC_DIST_SIM
lib/silcske/Makefile
lib/silcutil/Makefile
+#ifdef SILC_DIST_TOOLKIT
lib/silcutil/unix/Makefile
lib/silcutil/win32/Makefile
lib/silcutil/symbian/Makefile
+#else !SILC_DIST_TOOLKIT
+#ifdef SILC_DIST_CLIENT
+lib/silcutil/unix/Makefile
+lib/silcutil/win32/Makefile
+#else !SILC_DIST_CLIENT
+#ifdef SILC_DIST_SERVER
+lib/silcutil/unix/Makefile
+#endif SILC_DIST_SERVER
+#endif SILC_DIST_CLIENT
+#endif SILC_DIST_TOOLKIT
lib/silcapputil/Makefile
#ifdef SILC_DIST_SFTP
lib/silcsftp/Makefile
#ifdef SILC_DIST_HTTP
AC_CONFIG_FILES(
lib/silchttp/Makefile
+#ifdef SILC_DIST_INPLACE
lib/silchttp/tests/Makefile
+#endif SILC_DIST_INPLACE
)
#endif SILC_DIST_HTTP