]> mj.ucw.cz Git - libucw.git/blobdiff - charset/Makefile
Added tests for the hash table module.
[libucw.git] / charset / Makefile
index 4d8275ae1a134a06272d9e7482cb839e48c8a0fc..b944a79f1dbd79afe9740fc8e11427a607f991ff 100644 (file)
@@ -2,9 +2,7 @@
 
 DIRS+=charset
 
-LIBCHARSET_MODS=toupper tolower tocat toligatures 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)))