diff options
Diffstat (limited to 'zap/GNUmakefile')
-rw-r--r-- | zap/GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zap/GNUmakefile b/zap/GNUmakefile index a50f8f6..d3d83ef 100644 --- a/zap/GNUmakefile +++ b/zap/GNUmakefile @@ -48,6 +48,7 @@ OBJS = \ source/$(arch)/mem/strfill.o \ source/$(arch)/mem/strcp.o \ source/$(arch)/mem/strlen.o \ + source/$(arch)/mem/utf20len.o \ source/$(arch)/mem/utf8dec.o \ source/$(arch)/mem/utf8declen.o \ source/$(arch)/mem/utf8enc.o \ |