From 295ca9cd644e5efabd6e382bb483cf5123c6da27 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 11 Feb 2015 22:09:18 +0100 Subject: [PATCH] build: Add missing.h from ell --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 29d8f51c..09d432c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \