]> mj.ucw.cz Git - libucw.git/blobdiff - charset/Makefile
obuck_predict_last_oid() can be made safe easily.
[libucw.git] / charset / Makefile
index a708074557481e683ab0cf3efdd9873f4aefa77d..4d8275ae1a134a06272d9e7482cb839e48c8a0fc 100644 (file)
@@ -2,8 +2,8 @@
 
 DIRS+=charset
 
-LIBCHARSET_MODS=toupper tolower tocat utf8 unaccent strlen debug \
-       charconv setnames unistream
+LIBCHARSET_MODS=toupper tolower tocat toligatures utf8 unaccent strlen debug \
+       charconv setnames unistream fb-charconv
 LIBCHARSET=obj/charset/libcharset.$(LS)
 
 obj/charset/libcharset.a: $(addsuffix .o,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))