]> mj.ucw.cz Git - libucw.git/blobdiff - charset/Makefile
dmalloc and efence work again (ported from rel-2.1 branch).
[libucw.git] / charset / Makefile
index 6454e26f56803cc690a048b4faf57fb998a852b8..40423122fc2daae7b542c7e4e9acd0e7862361b3 100644 (file)
@@ -3,7 +3,7 @@
 DIRS+=charset
 
 UNI_OBJS=toupper.o tolower.o tocat.o utf8.o unaccent.o strlen.o debug.o \
-       charconv.o setnames.o
+       charconv.o setnames.o unistream.o
 
 obj/charset/libcharset.a: $(addprefix obj/charset/,$(UNI_OBJS))