[telepathy-mission-control/master] fd.o #23807: distribute mc-account-convert.1 in tarballs even if gconf was not available at configure time

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Sep 9 11:42:57 PDT 2009


Otherwise, people who have gconf headers can't compile tarballs produced
by people who don't have gconf headers.
---
 util/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/util/Makefile.am b/util/Makefile.am
index 4b33deb..f32f873 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -12,7 +12,9 @@ dist_man1_MANS = mc-tool.1
 
 man1_MANS = mc-wait-for-name.1
 
-EXTRA_DIST = $(man1_MANS:%=%.in)
+EXTRA_DIST = \
+    $(man1_MANS:%=%.in) \
+    mc-account-convert.1
 CLEANFILES = $(man1_MANS)
 
 mc-wait-for-name.1: mc-wait-for-name.1.in Makefile
-- 
1.5.6.5




More information about the telepathy-commits mailing list