[Zope3-checkins] CVS: Zope3/src/persistent - SETUP.cfg:1.2

Fred L. Drake, Jr. fred at zope.com
Wed May 5 17:35:43 EDT 2004


Update of /cvs-repository/Zope3/src/persistent
In directory cvs.zope.org:/tmp/cvs-serv20585

Modified Files:
	SETUP.cfg 
Log Message:
- explain why ring.h is marked as a public header
- fix typo in extension module name


=== Zope3/src/persistent/SETUP.cfg 1.1 => 1.2 ===
--- Zope3/src/persistent/SETUP.cfg:1.1	Wed May  5 17:00:26 2004
+++ Zope3/src/persistent/SETUP.cfg	Wed May  5 17:35:42 2004
@@ -2,9 +2,16 @@
 
 # Mark an "exported" header for use from other packages.
 # This is not needed for headers only used within the package.
+#
 header  cPersistence.h
+
+
+# This is included by cPersistence.h, so all users of cPersistence.h
+# have to be able to include this indirectly.
+#
 header  ring.h
 
+
 <extension cPersistence>
   source     cPersistence.c
   source     ring.c
@@ -13,7 +20,7 @@
   depends-on ring.h
 </extension>
 
-<extension cPersistence>
+<extension cPickleCache>
   source     cPickleCache.c
   source     ring.c
 




More information about the Zope3-Checkins mailing list