From b0c0ecfa2615b0202327284ea6eb32a2b2a8aba8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Wed, 28 Jun 2000 16:42:14 +0000 Subject: [PATCH] Marc-Andre Lemburg : Added new ucnhash module. --- Modules/Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1