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
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ACLOCAL_AMFLAGS = -I build-aux
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/test.h ell/test.c \
ell/queue.h ell/queue.c \