Again with the custom post type extensions. This function lets the native WordPress wp_get_archives() [^1] [^2] know about public custom post types; just add it to the functions.php of your theme. Of note: the builtin link post type can be included at the array_merge() point; I just had no use for it.
Adding Custom Post Types To wp_get_archives()
12