X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=charset%2FMakefile;h=b944a79f1dbd79afe9740fc8e11427a607f991ff;hb=0f650a174990401b13a732a1008385a71e69cb8b;hp=5d5b94e53d59f67009d6e19d1f829aeda6fcd8e3;hpb=d4bd861a91d3e9d9ed08336e553d5b9d851f1e64;p=libucw.git diff --git a/charset/Makefile b/charset/Makefile index 5d5b94e5..b944a79f 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -2,9 +2,7 @@ DIRS+=charset -LIBCHARSET_MODS=toupper tolower tocat utf8 unaccent strlen debug \ - charconv setnames unistream fb-charconv -LIBCHARSET=obj/charset/libcharset.$(LS) +LIBCHARSET_MODS=toupper tolower tocat toligatures unaccent charconv setnames fb-charconv obj/charset/libcharset.a: $(addsuffix .o,$(addprefix obj/charset/,$(LIBCHARSET_MODS))) obj/charset/libcharset.so: $(addsuffix .oo,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))