build: Include ell/utf8.h and ell/utf8.c into build objects

This commit is contained in:
Marcel Holtmann 2018-10-26 21:22:37 +02:00
parent 4412cbf1b4
commit 5bec514229
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/util.h ell/util.c \
ell/test.h ell/test.c \
ell/strv.h ell/strv.c \
ell/utf8.h ell/utf8.c \
ell/queue.h ell/queue.c \
ell/hashmap.h ell/hashmap.c \
ell/ringbuf.h ell/ringbuf.c \