summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-06-12 20:21:22 (GMT)
committerBrett Cannon <brett@python.org>2016-06-12 20:21:22 (GMT)
commit82029ac14cd042ab72a95d0684d7b51105fdc699 (patch)
tree9ec3807ca0b52700a8bc323f6527a0235ce4b19c /Makefile.pre.in
parent2518fa8326578c0407e45a1397b78cbccd4b55b0 (diff)
downloadcpython-82029ac14cd042ab72a95d0684d7b51105fdc699.zip
cpython-82029ac14cd042ab72a95d0684d7b51105fdc699.tar.gz
cpython-82029ac14cd042ab72a95d0684d7b51105fdc699.tar.bz2
Issue #27186: add Include/osmodule.h to the proper build rules
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 870c0e7..02a0b64 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -943,6 +943,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/objimpl.h \
$(OPCODE_H) \
$(srcdir)/Include/osdefs.h \
+ $(srcdir)/Include/osmodule.h \
$(srcdir)/Include/patchlevel.h \
$(srcdir)/Include/pgen.h \
$(srcdir)/Include/pgenheaders.h \