3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

build: Add missing.h from ell

This commit is contained in:
Marcel Holtmann 2015-02-11 22:09:18 +01:00
parent f1f75acdd6
commit 295ca9cd64

View File

@ -5,7 +5,7 @@ ACLOCAL_AMFLAGS = -I build-aux
noinst_LTLIBRARIES = ell/libell-internal.la noinst_LTLIBRARIES = ell/libell-internal.la
ell_sources = ell/ell.h ell/private.h \ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/util.h ell/util.c \ ell/util.h ell/util.c \
ell/test.h ell/test.c \ ell/test.h ell/test.c \
ell/queue.h ell/queue.c \ ell/queue.h ell/queue.c \