diff options
author | Guido van Rossum <guido@python.org> | 2000-03-10 23:12:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-10 23:12:33 (GMT) |
commit | e141fd84e96abf8eb509e7c4d5503fb5cd972758 (patch) | |
tree | 4a5049fd677557910c78f1d7a95f3afe67743509 /Modules/Makefile.pre.in | |
parent | c7de91bf9c49dedffa2dd983fcb5f1022d76ac8f (diff) | |
download | cpython-e141fd84e96abf8eb509e7c4d5503fb5cd972758.zip cpython-e141fd84e96abf8eb509e7c4d5503fb5cd972758.tar.gz cpython-e141fd84e96abf8eb509e7c4d5503fb5cd972758.tar.bz2 |
Marc-Andre Lemburg: add new Unicode-related files.
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r-- | Modules/Makefile.pre.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 389227c..8f38bf8 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -185,6 +185,7 @@ audioop.o: audioop.c cdmodule.o: cdmodule.c cgensupport.o: cgensupport.c clmodule.o: clmodule.c +_codecsmodule.o: _codecsmodule.c dbmmodule.o: dbmmodule.c errnomodule.o: errnomodule.c fcntlmodule.o: fcntlmodule.c @@ -219,6 +220,8 @@ svmodule.o: svmodule.c threadmodule.o: threadmodule.c timemodule.o: timemodule.c timingmodule.o: timingmodule.c +unicodedata.o: unicodedata.c unicodedatabase.o +unicodedatabase.o: unicodedatabase.c unicodedatabase.h xxmodule.o: xxmodule.c yuvconvert.o: yuvconvert.c |