From 4412cbf1b40af9761dbb2de3cec41aba47d4fe6b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 25 Oct 2018 23:24:41 +0200 Subject: [PATCH] build: Include ell/strv.h and ell/strv.c into build objects --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 22f62697..63838f12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \