summaryrefslogtreecommitdiff
path: root/mate-about/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-07 18:21:19 +0800
committerraveit65 <[email protected]>2019-02-08 23:10:25 +0100
commit89c003e4e1aee19685e9d5f769ec01f21a03f696 (patch)
treef1a9efd58adbaeb22920020eb6bd3aa6667f77c0 /mate-about/Makefile.am
parent87ff53b86535a1ee0d06943b309e2309c9e874d7 (diff)
downloadmate-desktop-89c003e4e1aee19685e9d5f769ec01f21a03f696.tar.bz2
mate-desktop-89c003e4e1aee19685e9d5f769ec01f21a03f696.tar.xz
Fixed make distcheck fail on debian.
Diffstat (limited to 'mate-about/Makefile.am')
-rw-r--r--mate-about/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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