Call the connection callback in disconnection always as the last
[silc.git] / lib / Makefile.ad
index 4622541c7c7c5883b77d60dc5185362de21a6be9..96d83d427dc834bf7c1cb4a59b38915dc57fcee1 100644 (file)
 
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
-#ifdef SILC_DIST_SFTP
-#      silcsftp
-#endif SILC_DIST_SFTP
-
 # SILC Library dirs
 SILCLIB_DIRS =                 \
        contrib         \
        silccore        \
        silcutil        \
+       silcapputil     \
        silccrypt       \
 #ifdef SILC_DIST_SKR
        silcskr         \
@@ -43,12 +40,12 @@ SILCLIB_DIRS =              \
 #ifdef SILC_DIST_HTTP
        silchttp        \
 #endif SILC_DIST_HTTP
-#ifdef SILC_DIST_IDCACHE
-       silcidcache     \
-#endif SILC_DIST_IDCACHE
-#ifdef SILC_DIST_IDCACHE
+#ifdef SILC_DIST_SFTP
+       silcsftp        \
+#endif SILC_DIST_SFTP
+#ifdef SILC_DIST_VCARD
        silcvcard       \
-#endif SILC_DIST_IDCACHE
+#endif SILC_DIST_VCARD
 
 SILCLIB = libsilc.a
 
@@ -74,7 +71,8 @@ remove:
        -rm -f libsilcclient.a
        -rm -f libsilcserver.a
 
-all:   remove $(SILCLIB) $(SILCSERVERLIB) $(SILCCLIENTLIB)
+all:
+       $(MAKE) remove $(SILCLIB) $(SILCSERVERLIB) $(SILCCLIENTLIB)
 
 #ifdef SILC_DIST_TOOLKIT
 install-exec-hook: