[Zope-Checkins] CVS: Zope - setup.py:1.53

Brian Lloyd brian at zope.com
Fri Jan 30 14:14:03 EST 2004


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv12133

Modified Files:
	setup.py 
Log Message:
bug 1207


=== Zope/setup.py 1.52 => 1.53 ===
--- Zope/setup.py:1.52	Wed Jan 21 10:06:34 2004
+++ Zope/setup.py	Fri Jan 30 14:14:01 2004
@@ -477,6 +477,7 @@
 PYEXPAT_DIR=os.path.join(PACKAGES_ROOT, 'Shared', 'DC', 'xml', 'pyexpat')
 DCPYEXPAT_INCLUDEDIRS=[os.path.join(PYEXPAT_DIR, 'expat', 'xmlparse'),
                        os.path.join(PYEXPAT_DIR, 'expat', 'xmltok')]
+DCPYEXPAT_DIR='Shared/DC/xml/pyexpat'
 
 setup(
     name='dcpyexpat',
@@ -488,11 +489,11 @@
         Extension(name='Shared.DC.xml.pyexpat.dcpyexpat',
                   include_dirs=DCPYEXPAT_INCLUDEDIRS,
                   define_macros=[('XML_NS', None)],
-                  sources=[PYEXPAT_DIR + '/expat/xmlparse/xmlparse.c',
-                           PYEXPAT_DIR + '/expat/xmlparse/hashtable.c',
-                           PYEXPAT_DIR + '/expat/xmltok/xmlrole.c',
-                           PYEXPAT_DIR + '/expat/xmltok/xmltok.c',
-                           PYEXPAT_DIR + '/dcpyexpat.c'])]
+                  sources=[DCPYEXPAT_DIR + '/expat/xmlparse/xmlparse.c',
+                           DCPYEXPAT_DIR + '/expat/xmlparse/hashtable.c',
+                           DCPYEXPAT_DIR + '/expat/xmltok/xmlrole.c',
+                           DCPYEXPAT_DIR + '/expat/xmltok/xmltok.c',
+                           DCPYEXPAT_DIR + '/dcpyexpat.c'])]
     )
 
 # TAL




More information about the Zope-Checkins mailing list