Call the connection callback in disconnection always as the last
[silc.git] / lib / Makefile.ad
index b12b9dc44ab57059b2304e5d1ec54d5fa0f4c224..96d83d427dc834bf7c1cb4a59b38915dc57fcee1 100644 (file)
@@ -41,11 +41,11 @@ SILCLIB_DIRS =              \
        silchttp        \
 #endif SILC_DIST_HTTP
 #ifdef SILC_DIST_SFTP
-       silcsftp
+       silcsftp        \
 #endif SILC_DIST_SFTP
-#ifdef SILC_DIST_IDCACHE
+#ifdef SILC_DIST_VCARD
        silcvcard       \
-#endif SILC_DIST_IDCACHE
+#endif SILC_DIST_VCARD
 
 SILCLIB = libsilc.a
 
@@ -71,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: