From: Fredrik Lundh Date: Wed, 14 Dec 2005 17:36:36 +0000 (+0000) Subject: fixed installation of xmlcore libraries (including xmlcore.etree) X-Git-Tag: v2.5a0~1038 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d39683396bf499aae0fd7978ac70a56e32407cab;p=python fixed installation of xmlcore libraries (including xmlcore.etree) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index d7442a152e..bae425063a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -667,7 +667,7 @@ PLATDIR= plat-$(MACHDEP) EXTRAPLATDIR= @EXTRAPLATDIR@ EXTRAMACHDEPPATH=@EXTRAMACHDEPPATH@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR) -XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax +XMLLIBSUBDIRS= xmlcore xmlcore/dom xmlcore/etree xmlcore/parsers xmlcore/sax PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ plat-mac/lib-scriptpackages/_builtinSuites \ plat-mac/lib-scriptpackages/CodeWarrior \