From bff536620bd48884160f0186ee048d98feddf725 Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Tue, 31 Mar 2009 11:13:03 +0800 Subject: Fix make distcheck errors. --- bus/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bus') diff --git a/bus/Makefile.am b/bus/Makefile.am index c9244f3..d1d16d4 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -103,7 +103,11 @@ test_matchrule_SOURCES = \ $(NULL) EXTRA_DIST = \ - ibus.desktop \ + $(desktop_in_files) \ + $(NULL) + +DISTCLEANFILES = \ + $(desktop_DATA) \ $(NULL) $(libibus): -- cgit