diff options
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index b82bd5e..3b96df7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -812,9 +812,10 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \ test/decimaltestdata \ encodings \ email email/mime email/test email/test/data \ + json json/tests \ sqlite3 sqlite3/test \ logging bsddb bsddb/test csv wsgiref \ - lib2to3 lib2to3/fixes lib2to3/pgen2 \ + lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ setuptools setuptools/command setuptools/tests setuptools.egg-info \ |