]> mj.ucw.cz Git - libucw.git/blobdiff - charset/Makefile
Added bskip() which skips the given number of bytes by reading.
[libucw.git] / charset / Makefile
index a708074557481e683ab0cf3efdd9873f4aefa77d..dbd352f7b916ca4275ed32a076a03cb56b9b61d5 100644 (file)
@@ -2,9 +2,8 @@
 
 DIRS+=charset
 
-LIBCHARSET_MODS=toupper tolower tocat utf8 unaccent strlen debug \
-       charconv setnames unistream
-LIBCHARSET=obj/charset/libcharset.$(LS)
+LIBCHARSET_MODS=toupper tolower tocat toligatures utf8 unaccent strlen debug \
+       charconv setnames unistream fb-charconv
 
 obj/charset/libcharset.a: $(addsuffix .o,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))
 obj/charset/libcharset.so: $(addsuffix .oo,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))