diff options
author | Marc-André Lemburg <mal@egenix.com> | 2000-06-28 16:42:14 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2000-06-28 16:42:14 (GMT) |
commit | b0c0ecfa2615b0202327284ea6eb32a2b2a8aba8 (patch) | |
tree | 59293b6c361a86d64fbaf3dd5c4e6f7377c95999 /Modules | |
parent | 4a9188c5578879ce2370d593489e556888c15518 (diff) | |
download | cpython-b0c0ecfa2615b0202327284ea6eb32a2b2a8aba8.zip cpython-b0c0ecfa2615b0202327284ea6eb32a2b2a8aba8.tar.gz cpython-b0c0ecfa2615b0202327284ea6eb32a2b2a8aba8.tar.bz2 |
Marc-Andre Lemburg <mal@lemburg.com>:
Added new ucnhash module.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 8f38bf8..2e307df 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -222,6 +222,7 @@ timemodule.o: timemodule.c timingmodule.o: timingmodule.c unicodedata.o: unicodedata.c unicodedatabase.o unicodedatabase.o: unicodedatabase.c unicodedatabase.h +ucnhash.o: ucnhash.c xxmodule.o: xxmodule.c yuvconvert.o: yuvconvert.c |