Repair more now-obsolete references to config.h.

This commit is contained in:
Tim Peters 2001-07-26 21:34:59 +00:00
parent bd2e3b03d6
commit 76f373d081
10 changed files with 10 additions and 10 deletions

View file

@ -84,7 +84,7 @@ class PyBuildExt(build_ext):
for ext in self.extensions[:]:
ext.sources = [ os.path.join(moddir, filename)
for filename in ext.sources ]
ext.include_dirs.append( '.' ) # to get config.h
ext.include_dirs.append( '.' ) # to get pyconfig.h
ext.include_dirs.append( os.path.join(srcdir, './Include') )
# If a module has already been built statically,