diff options
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index a5afe33..3cf41a6 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -546,6 +546,7 @@ PYTHON_HEADERS= \ Include/asdl.h \ Include/abstract.h \ Include/boolobject.h \ + Include/bytes_methods.h \ Include/bytesobject.h \ Include/ceval.h \ Include/classobject.h \ @@ -563,10 +564,10 @@ PYTHON_HEADERS= \ Include/formatter_unicode.h \ Include/funcobject.h \ Include/import.h \ - Include/intobject.h \ Include/intrcheck.h \ Include/iterobject.h \ Include/listobject.h \ + Include/longintrepr.h \ Include/longobject.h \ Include/memoryobject.h \ Include/methodobject.h \ |