aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libxml/ya.make
diff options
context:
space:
mode:
authorrustammm <rustammm@yandex-team.ru>2022-02-10 16:47:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:49 +0300
commit26922fe743f17dd1c12d5a4610a165bb8d11e3ef (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/libxml/ya.make
parentbba75c9a9c9dc54ff02eb9e06a15950767602309 (diff)
downloadydb-26922fe743f17dd1c12d5a4610a165bb8d11e3ef.tar.gz
Restoring authorship annotation for <rustammm@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libxml/ya.make')
-rw-r--r--contrib/libs/libxml/ya.make88
1 files changed, 44 insertions, 44 deletions
diff --git a/contrib/libs/libxml/ya.make b/contrib/libs/libxml/ya.make
index 7bfa5c26ab..b7ee2eb058 100644
--- a/contrib/libs/libxml/ya.make
+++ b/contrib/libs/libxml/ya.make
@@ -37,51 +37,51 @@ CFLAGS(
)
SRCS(
- HTMLparser.c
- HTMLtree.c
- SAX.c
- SAX2.c
- buf.c
- c14n.c
- catalog.c
- chvalid.c
- debugXML.c
- dict.c
- encoding.c
- entities.c
- error.c
- globals.c
- hash.c
- legacy.c
- list.c
- nanoftp.c
- nanohttp.c
- parser.c
- parserInternals.c
- pattern.c
+ HTMLparser.c
+ HTMLtree.c
+ SAX.c
+ SAX2.c
+ buf.c
+ c14n.c
+ catalog.c
+ chvalid.c
+ debugXML.c
+ dict.c
+ encoding.c
+ entities.c
+ error.c
+ globals.c
+ hash.c
+ legacy.c
+ list.c
+ nanoftp.c
+ nanohttp.c
+ parser.c
+ parserInternals.c
+ pattern.c
rand.cpp
- relaxng.c
- schematron.c
- threads.c
- tree.c
- uri.c
- valid.c
- xinclude.c
- xlink.c
- xmlIO.c
- xmlmemory.c
- xmlmodule.c
- xmlreader.c
- xmlregexp.c
- xmlsave.c
- xmlschemas.c
- xmlschemastypes.c
- xmlstring.c
- xmlunicode.c
- xmlwriter.c
- xpath.c
- xpointer.c
- xzlib.c
+ relaxng.c
+ schematron.c
+ threads.c
+ tree.c
+ uri.c
+ valid.c
+ xinclude.c
+ xlink.c
+ xmlIO.c
+ xmlmemory.c
+ xmlmodule.c
+ xmlreader.c
+ xmlregexp.c
+ xmlsave.c
+ xmlschemas.c
+ xmlschemastypes.c
+ xmlstring.c
+ xmlunicode.c
+ xmlwriter.c
+ xpath.c
+ xpointer.c
+ xzlib.c
)
IF (ARCADIA_LIBXML_DISABLE_EXTRA_ENCODINGS)