Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7de91b commit e141fd8Copy full SHA for e141fd8
1 file changed
Modules/Makefile.pre.in
@@ -185,6 +185,7 @@ audioop.o: audioop.c
185
cdmodule.o: cdmodule.c
186
cgensupport.o: cgensupport.c
187
clmodule.o: clmodule.c
188
+_codecsmodule.o: _codecsmodule.c
189
dbmmodule.o: dbmmodule.c
190
errnomodule.o: errnomodule.c
191
fcntlmodule.o: fcntlmodule.c
@@ -219,6 +220,8 @@ svmodule.o: svmodule.c
219
220
threadmodule.o: threadmodule.c
221
timemodule.o: timemodule.c
222
timingmodule.o: timingmodule.c
223
+unicodedata.o: unicodedata.c unicodedatabase.o
224
+unicodedatabase.o: unicodedatabase.c unicodedatabase.h
225
xxmodule.o: xxmodule.c
226
yuvconvert.o: yuvconvert.c
227
0 commit comments