From 8b2b4deef6caf9504d6e0eeac598ae748fd9c42a Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Mon, 30 Apr 2012 18:23:52 -0400 Subject: [PATCH] * #8586: fixed make distcheck --- daemon/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 32969d2465..34aed6bc2a 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,8 +21,7 @@ endif ACLOCAL_AMFLAGS = -I m4 SUBDIRS = libs src ringtones man $(TESTS_DIR) doc -EXTRA_DIST = README.gentoo \ - m4/libtool.m4 \ +EXTRA_DIST = m4/libtool.m4 \ m4/lt~obsolete.m4 \ m4/ltoptions.m4 \ m4/ltsugar.m4 \ -- GitLab