summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-02-02 19:54:23 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2001-02-02 19:54:23 +0000
commit96da8b6d88b8deba79760b62a6de29b05622e54d (patch)
tree10d3fb00ee90a746e4b0720dde9901ea1ba5c878
parent2523977fb214c48284aacb5e774908b0629d7bb5 (diff)
downloadcpython-git-96da8b6d88b8deba79760b62a6de29b05622e54d.tar.gz
add compile.h and symtable.h to list of header files
-rw-r--r--Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
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 \