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

This commit is contained in:
Marcel Holtmann 2018-10-25 23:24:41 +02:00
parent 6661f8c83e
commit 4412cbf1b4
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ noinst_LTLIBRARIES = ell/libell-internal.la
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/queue.h ell/queue.c \
ell/hashmap.h ell/hashmap.c \
ell/ringbuf.h ell/ringbuf.c \