[Python-checkins] r43596 - python/trunk/Makefile.pre.in

skip.montanaro python-checkins at python.org
Mon Apr 3 18:40:11 CEST 2006


Author: skip.montanaro
Date: Mon Apr  3 18:40:10 2006
New Revision: 43596

Modified:
   python/trunk/Makefile.pre.in
Log:
Make needs to be told to install sqlite

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Mon Apr  3 18:40:10 2006
@@ -682,6 +682,7 @@
 		test/decimaltestdata \
 		encodings compiler hotshot \
 		email email/mime email/test email/test/data \
+		sqlite3 sqlite3/test \
 		logging bsddb bsddb/test csv \
 		ctypes ctypes/test idlelib idlelib/Icons \
 		distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \


More information about the Python-checkins mailing list