[Python-checkins] commit of r41669 - python/trunk/Makefile.pre.in

fredrik.lundh python-checkins at python.org
Wed Dec 14 18:36:37 CET 2005


Author: fredrik.lundh
Date: Wed Dec 14 18:36:36 2005
New Revision: 41669

Modified:
   python/trunk/Makefile.pre.in
Log:
fixed installation of xmlcore libraries (including xmlcore.etree)



Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Wed Dec 14 18:36:36 2005
@@ -667,7 +667,7 @@
 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 \


More information about the Python-checkins mailing list