diff options
| author | Marc-André Lemburg <mal@egenix.com> | 2000-06-28 16:42:14 +0000 |
|---|---|---|
| committer | Marc-André Lemburg <mal@egenix.com> | 2000-06-28 16:42:14 +0000 |
| commit | b0c0ecfa2615b0202327284ea6eb32a2b2a8aba8 (patch) | |
| tree | 59293b6c361a86d64fbaf3dd5c4e6f7377c95999 | |
| parent | 4a9188c5578879ce2370d593489e556888c15518 (diff) | |
| download | cpython-git-b0c0ecfa2615b0202327284ea6eb32a2b2a8aba8.tar.gz | |
Marc-Andre Lemburg <mal@lemburg.com>:
Added new ucnhash module.
| -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 8f38bf8ff7..2e307dff28 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 |
