gh-119538: Add missing expat build dependencies (#119647)

xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C
pre-processor.
This commit is contained in:
Erlend E. Aasland 2024-05-28 22:05:19 +02:00 committed by GitHub
parent 5cd3ffd6b7
commit 606be66362
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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