Index: Makefile.in
==================================================================
--- Makefile.in
+++ Makefile.in
@@ -10,11 +10,11 @@
 # All rights reserved.
 #
 # See the file "license.terms" for information on usage and redistribution
 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 #
-# RCS: @(#) $Id: Makefile.in,v 1.26 2008/03/18 00:40:37 hobbs2 Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.27 2008/03/19 22:57:03 hobbs2 Exp $
 
 
 #========================================================================
 # Enumerate the names of the source files included in this package.
 # This will be used when a dist target is added to the Makefile.
@@ -287,11 +287,11 @@
 	-rm -f $(CONFIG_CLEAN_FILES)
 	-rm -f config.cache config.log config.status
 
 COMPEXE		= gzip
 COMPEXT		= gz
-COMPRESS	= tar cvf - $(PKG_DIR) | $(COMPEXE) > $(PKG_DIR).tar.$(COMPEXT)
+COMPRESS	= tar cvf - $(PKG_DIR) | $(COMPEXE) > $(PKG_DIR)-src.tar.$(COMPEXT)
 DIST_ROOT	= /tmp/dist
 DIST_DIR	= $(DIST_ROOT)/$(PKG_DIR)
 
 dist-clean:
 	rm -rf $(DIST_DIR) $(DIST_ROOT)/$(PKG_DIR).tar.$(COMPEXT)
@@ -315,11 +315,15 @@
 
 	mkdir $(DIST_DIR)/tests
 	cp -p $(srcdir)/tests/*.{tcl,test} $(DIST_DIR)/tests
 
 	mkdir $(DIST_DIR)/tests/certs
-	cp -p $(srcdir)/tests/certs/*.{pem,key,req,txt} $(DIST_DIR)/tests/certs
+	cp -p $(srcdir)/tests/certs/*.{pem,key,req,txt,srl} \
+		$(DIST_DIR)/tests/certs
+
+	mkdir $(DIST_DIR)/win
+	cp -p $(srcdir)/win/*.{vc,rc,c} $(DIST_DIR)/win
 
 	(cd $(DIST_ROOT); $(COMPRESS);)
 
 #========================================================================
 # Install binary object libraries.  On Windows this includes both .dll and