summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-02-02 19:54:23 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-02-02 19:54:23 (GMT)
commit96da8b6d88b8deba79760b62a6de29b05622e54d (patch)
tree10d3fb00ee90a746e4b0720dde9901ea1ba5c878 /Makefile.pre.in
parent2523977fb214c48284aacb5e774908b0629d7bb5 (diff)
downloadcpython-96da8b6d88b8deba79760b62a6de29b05622e54d.zip
cpython-96da8b6d88b8deba79760b62a6de29b05622e54d.tar.gz
cpython-96da8b6d88b8deba79760b62a6de29b05622e54d.tar.bz2
add compile.h and symtable.h to list of header files
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 532a0f8..846f019 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 \