]> granicus.if.org Git - python/commitdiff
add compile.h and symtable.h to list of header files
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Feb 2001 19:54:23 +0000 (19:54 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Feb 2001 19:54:23 +0000 (19:54 +0000)
Makefile.pre.in

index 532a0f8f2b841748c4ccb2b37e127c308bad5a40..846f01999b7f154f23b4fe2abc0f67328738c028 100644 (file)
@@ -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 \