3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 13:02:44 +01:00

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

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 \