From 1e43fea475ee3e0a64092a124e95f5801fff65de Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Tue, 7 Feb 2012 12:16:40 -0500
Subject: [PATCH] * #8586: fixed make dist

make distcheck still broken because it can't write a backup file during
make check.
---
 daemon/Makefile.am          | 7 +------
 daemon/src/dbus/Makefile.am | 1 +
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index e7a7a40df3..32969d2465 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -26,9 +26,4 @@ EXTRA_DIST = README.gentoo \
 			 m4/lt~obsolete.m4 \
 			 m4/ltoptions.m4 \
 			 m4/ltsugar.m4 \
-			 m4/ltversion.m4 \
-			 images/logo_ico.png \
-			 images/sfl-logo.png \
-			 images/sflphone_logo.png \
-			 images/sflphone.png \
-			 images/tray-icon.png
+			 m4/ltversion.m4
diff --git a/daemon/src/dbus/Makefile.am b/daemon/src/dbus/Makefile.am
index f3af972f04..53ab8b9d24 100644
--- a/daemon/src/dbus/Makefile.am
+++ b/daemon/src/dbus/Makefile.am
@@ -36,6 +36,7 @@ noinst_HEADERS =            \
     dbusmanager.h           \
     networkmanager_proxy.h  \
     networkmanager.h        \
+    dbus_cpp.h        		\
     $(BUILT_SOURCES)
 
 # Dbus service file
-- 
GitLab