X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2FMakefile;h=4d8275ae1a134a06272d9e7482cb839e48c8a0fc;hb=d9820b2d7d4b908bb9da441f5a35a7999d701e60;hp=5f6f500a20d33224b58bc047e907f1afb3740296;hpb=87068a647539633ea26096e6e363c508f006ca5a;p=libucw.git diff --git a/charset/Makefile b/charset/Makefile index 5f6f500a..4d8275ae 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -2,8 +2,9 @@ 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))) obj/charset/libcharset.so: $(addsuffix .oo,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))