Call the connection callback in disconnection always as the last
[silc.git] / lib / Makefile.ad
index fbcaca3a6435d9f4c05be09a7617d98f0f5e98eb..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         \
@@ -44,9 +40,12 @@ SILCLIB_DIRS =               \
 #ifdef SILC_DIST_HTTP
        silchttp        \
 #endif SILC_DIST_HTTP
-#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
 
@@ -72,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: