summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-09 18:10:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-05-09 18:10:51 (GMT)
commit8bc5b681599b66887f69ca54631d6e1ce4894252 (patch)
tree0faf1412a3f8470e37e1cc7476b5ba573769ae9a /Makefile.pre.in
parentc3491d310f1777eacb8faf245c50652a0a36a706 (diff)
downloadcpython-8bc5b681599b66887f69ca54631d6e1ce4894252.zip
cpython-8bc5b681599b66887f69ca54631d6e1ce4894252.tar.gz
cpython-8bc5b681599b66887f69ca54631d6e1ce4894252.tar.bz2
these builtins have to be initialized
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 0a4b35e..f46b7ad 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -612,6 +612,7 @@ PYTHON_HEADERS= \
Include/abstract.h \
Include/asdl.h \
Include/ast.h \
+ Include/bltinmodule.h \
Include/bitset.h \
Include/boolobject.h \
Include/bytes_methods.h \