X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2FMakefile;h=dbd352f7b916ca4275ed32a076a03cb56b9b61d5;hb=d6279d601cfb3f86e0bbe3fb78b4daa9af824bf3;hp=5d5b94e53d59f67009d6e19d1f829aeda6fcd8e3;hpb=d4bd861a91d3e9d9ed08336e553d5b9d851f1e64;p=libucw.git diff --git a/charset/Makefile b/charset/Makefile index 5d5b94e5..dbd352f7 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -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)))