[3.13] gh-119538: Add missing expat build dependencies (GH-119647) (#119685)

xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C
pre-processor.

(cherry picked from commit 606be66362)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
This commit is contained in:
Miss Islington (bot) 2024-05-29 00:10:59 +02:00 committed by GitHub
parent 12a580b82d
commit ef9fd10670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -631,7 +631,9 @@ LIBEXPAT_HEADERS= \
Modules/expat/utf8tab.h \
Modules/expat/xmlrole.h \
Modules/expat/xmltok.h \
Modules/expat/xmltok_impl.h
Modules/expat/xmltok_impl.h \
Modules/expat/xmltok_impl.c \
Modules/expat/xmltok_ns.c
##########################################################################
# hashlib's HACL* library