diff options
author | Skip Montanaro <skip@pobox.com> | 2006-04-03 16:40:10 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2006-04-03 16:40:10 (GMT) |
commit | 353aa8772ad5d60f8776da56dcd3155467d3f945 (patch) | |
tree | 8afd0e97ad926c2dd77a132f92c974f4e5bbb700 /Makefile.pre.in | |
parent | d77f8b3beac7777e682d8b6e7dfc079db9a85159 (diff) | |
download | cpython-353aa8772ad5d60f8776da56dcd3155467d3f945.zip cpython-353aa8772ad5d60f8776da56dcd3155467d3f945.tar.gz cpython-353aa8772ad5d60f8776da56dcd3155467d3f945.tar.bz2 |
Make needs to be told to install sqlite
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 0a9d14f..b805fef 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -682,6 +682,7 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ 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) \ |