From 96da8b6d88b8deba79760b62a6de29b05622e54d Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 2 Feb 2001 19:54:23 +0000 Subject: [PATCH] add compile.h and symtable.h to list of header files --- Makefile.pre.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 532a0f8f2b..846f01999b 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 \ -- 2.50.0