diff options
author | Ned Deily <nad@acm.org> | 2014-02-02 21:59:49 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-02-02 21:59:49 (GMT) |
commit | 6bb21c48bcfac71a9c301b34b71e703dadd2e6ae (patch) | |
tree | 787051f56373ec473b58d1d7c32f4eb64c5344e6 | |
parent | be7ff9f2f9d659fb2061b373a9788a777a23b4b1 (diff) | |
download | cpython-6bb21c48bcfac71a9c301b34b71e703dadd2e6ae.zip cpython-6bb21c48bcfac71a9c301b34b71e703dadd2e6ae.tar.gz cpython-6bb21c48bcfac71a9c301b34b71e703dadd2e6ae.tar.bz2 |
Issue #19990: Install test/imghdrdata.
-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 e97b07b..fdca38e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1019,6 +1019,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ test/audiodata \ test/capath test/data \ test/cjkencodings test/decimaltestdata test/xmltestdata \ + test/imghdrdata \ test/subprocessdata test/sndhdrdata test/support \ test/tracedmodules test/encoded_modules \ test/namespace_pkgs \ |