]> 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 5d5b94e53d59f67009d6e19d1f829aeda6fcd8e3..dbd352f7b916ca4275ed32a076a03cb56b9b61d5 100644 (file)
@@ -2,9 +2,8 @@
 
 DIRS+=charset
 
-LIBCHARSET_MODS=toupper tolower tocat utf8 unaccent strlen debug \
+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)))
 obj/charset/libcharset.so: $(addsuffix .oo,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))