[Python-checkins] r77346 - python/branches/py3k-cdecimal/Makefile.pre.in

stefan.krah python-checkins at python.org
Thu Jan 7 14:09:47 CET 2010


Author: stefan.krah
Date: Thu Jan  7 14:09:47 2010
New Revision: 77346

Log:
Add test/decimal_extended_tests to LIBSUBDIRS

Modified:
   python/branches/py3k-cdecimal/Makefile.pre.in

Modified: python/branches/py3k-cdecimal/Makefile.pre.in
==============================================================================
--- python/branches/py3k-cdecimal/Makefile.pre.in	(original)
+++ python/branches/py3k-cdecimal/Makefile.pre.in	Thu Jan  7 14:09:47 2010
@@ -835,6 +835,7 @@
 MACHDEPS=	$(PLATDIR) $(EXTRAPLATDIR)
 XMLLIBSUBDIRS=  xml xml/dom xml/etree xml/parsers xml/sax
 LIBSUBDIRS=	tkinter site-packages test test/output test/data \
+		test/decimal_extended_tests \
 		test/decimaltestdata \
 		encodings \
 		email email/mime email/test email/test/data \


More information about the Python-checkins mailing list