From: Jeremy Hylton Date: Fri, 2 Feb 2001 19:54:23 +0000 (+0000) Subject: add compile.h and symtable.h to list of header files X-Git-Tag: v2.1a2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96da8b6d88b8deba79760b62a6de29b05622e54d;p=thirdparty%2FPython%2Fcpython.git add compile.h and symtable.h to list of header files --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 532a0f8f2b84..846f01999b7f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -426,6 +426,8 @@ PYTHON_HEADERS= \ Include/pymem.h \ Include/object.h \ Include/objimpl.h \ + Include/compile.h \ + Include/symtable.h \ Include/pydebug.h \ Include/unicodeobject.h \ Include/intobject.h \