From 205afaeed51979264f42e41a3aaeaabae3fd63f7 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Mon, 9 Apr 2012 16:15:11 -0400 Subject: [PATCH] * #8586: make distcheck was missing a header --- daemon/src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/src/Makefile.am b/daemon/src/Makefile.am index cbfae79450..b63fbb5327 100644 --- a/daemon/src/Makefile.am +++ b/daemon/src/Makefile.am @@ -49,7 +49,8 @@ noinst_HEADERS = \ numbercleaner.h \ fileutils.h \ noncopyable.h \ - cc_thread.h + cc_thread.h \ + cc_config.h libsflphone_la_LIBADD = \ $(top_builddir)/libs/iax2/libiax2.la \ -- GitLab