[Zope3-checkins] CVS: Zope3 - setup.py:1.7

Jeremy Hylton jeremy@zope.com
Thu, 19 Dec 2002 15:46:26 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv29355

Modified Files:
	setup.py 
Log Message:
Change one more include to lib/python


=== Zope3/setup.py 1.6 => 1.7 ===
--- Zope3/setup.py:1.6	Thu Dec 19 15:42:21 2002
+++ Zope3/setup.py	Thu Dec 19 15:46:25 2002
@@ -169,7 +169,7 @@
     Extension("BDBStorage._helper", ["lib/python/BDBStorage/_helper.c"]),
     Extension("Zope.ContextWrapper.wrapper",
               ["lib/python/Zope/ContextWrapper/wrapper.c"],
-              include_dirs = ["include"],
+              include_dirs = ["lib/python"],
               depends = ["lib/python/Zope/ContextWrapper/wrapper.h",
                          "lib/python/Zope/Proxy/proxy.h"]),
     Extension("Zope.Proxy.proxy", ["lib/python/Zope/Proxy/proxy.c"],