From 89c003e4e1aee19685e9d5f769ec01f21a03f696 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Thu, 7 Feb 2019 18:21:19 +0800 Subject: Fixed make distcheck fail on debian. --- mate-about/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mate-about/Makefile.am') diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index da3bbc7..5c07102 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -15,7 +15,9 @@ desktopdir = $(datadir)/applications desktop_in_files = mate-about.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -CLEANFILES = mate-about.desktop mate-about +EXTRA_DIST = $(desktop_in_files) + +CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS) #-include $(top_srcdir)/git.mk -- cgit v1.2.1