updates.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 20 Sep 2006 20:02:05 +0000 (20:02 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 20 Sep 2006 20:02:05 +0000 (20:02 +0000)
includes/silc.h.in
lib/configure.ad

index 3e0b2687347b16d836c7ed437dc41e806541bf50..06b5332236b80bf1a963130778f23869d233ae9e 100644 (file)
@@ -260,6 +260,7 @@ extern "C" {
 #include "silcmutex.h"
 #include "silccond.h"
 #include "silcthread.h"
+#include "silcatomic.h"
 #include "silcschedule.h"
 #include "silchashtable.h"
 #include "silclog.h"
@@ -290,7 +291,6 @@ extern "C" {
 #include "silcargument.h"
 #include "silcstatus.h"
 #include "silcid.h"
-#include "silcidcache.h"
 #include "silccommand.h"
 #include "silcmessage.h"
 #include "silcchannel.h"
@@ -301,6 +301,10 @@ extern "C" {
 #include "silcattrs.h"
 #include "silcpubkey.h"
 
+#ifdef SILC_DIST_IDCACHE
+#include "silcidcache.h"
+#endif /* SILC_DIST_IDCACHE */
+
 #ifdef SILC_DIST_SKR
 #include "silcskr.h"
 #endif /* SILC_DIST_SKR */
@@ -323,6 +327,12 @@ extern "C" {
 #include "silcsftp_fs.h"
 #endif /* SILC_DIST_SFTP */
 
+#ifdef SILC_DIST_HTTP
+/* SILC HTTP library */
+#include "silchttpserver.h"
+#include "silchttpphp.h"
+#endif /* SILC_DIST_HTTP */
+
 #ifdef __cplusplus
 }
 #endif
index d27d799a48308bf9e2417823c921ada809db09b6..7db18ac01d37d4008c4a0e5a9105d63b40c5b86c 100644 (file)
@@ -50,6 +50,12 @@ SILC_LIB_INCLUDES="$SILC_LIB_INCLUDES -I$SILC_TOP_SRCDIR/lib/silcskr"
 #ifdef SILC_DIST_SERVERLIB
 SILC_LIB_INCLUDES="$SILC_LIB_INCLUDES -I$SILC_TOP_SRCDIR/lib/silcserver"
 #endif SILC_DIST_SERVERLIB
+#ifdef SILC_DIST_HTTP
+SILC_LIB_INCLUDES="$SILC_LIB_INCLUDES -I$SILC_TOP_SRCDIR/lib/silchttp"
+#endif SILC_DIST_HTTP
+#ifdef SILC_DIST_IDCACHE
+SILC_LIB_INCLUDES="$SILC_LIB_INCLUDES -I$SILC_TOP_SRCDIR/lib/silcidcache"
+#endif SILC_DIST_IDCACHE
 
 ##
 ## Library versioning.
@@ -206,6 +212,19 @@ lib/silcskr/tests/Makefile
 )
 #endif SILC_DIST_SKR
 
+#ifdef SILC_DIST_HTTP
+AC_CONFIG_FILES(
+lib/silchttp/Makefile
+lib/silchttp/tests/Makefile
+)
+#endif SILC_DIST_HTTP
+
+#ifdef SILC_DIST_IDCACHE
+AC_CONFIG_FILES(
+lib/silcidcache/Makefile
+)
+#endif SILC_DIST_IDCACHE
+
 fi     # compile_libs
 
 #endif SILC_DIST_LIB