]> mj.ucw.cz Git - libucw.git/blobdiff - charset/Makefile
Merged obj2buck.h and buck2obj.h to object.h, the number of includes
[libucw.git] / charset / Makefile
index 5f6f500a20d33224b58bc047e907f1afb3740296..dbd352f7b916ca4275ed32a076a03cb56b9b61d5 100644 (file)
@@ -2,8 +2,8 @@
 
 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
 
 obj/charset/libcharset.a: $(addsuffix .o,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))
 obj/charset/libcharset.so: $(addsuffix .oo,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))