summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-07 21:37:59 +0800
committerraveit65 <[email protected]>2019-02-08 16:36:51 +0100
commit2ca7574760838e7cf7c556a1f0dac054d82d0f5d (patch)
tree2899476a142ae13480877035d8b9e23631683489 /shell
parent8a2d266bb5ceaf613add809ca554e57f7f46ab52 (diff)
downloadmate-control-center-2ca7574760838e7cf7c556a1f0dac054d82d0f5d.tar.bz2
mate-control-center-2ca7574760838e7cf7c556a1f0dac054d82d0f5d.tar.xz
fixed distcheck fail on debian
Diffstat (limited to 'shell')
-rw-r--r--shell/Makefile.am4
-rw-r--r--shell/matecc.desktop.in (renamed from shell/matecc.desktop.in.in)0
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index ea502fd7..5d87e4aa 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -29,8 +29,8 @@ directory_DATA = $(directory_in_files:.directory.in=.directory)
menudir = $(sysconfdir)/xdg/menus
menu_DATA = matecc.menu
-EXTRA_DIST = matecc.desktop.in.in matecc.directory.in matecc.menu
+EXTRA_DIST = $(sys_in_files) matecc.directory.in matecc.menu
-DISTCLEANFILES = matecc.desktop matecc.desktop.in matecc.directory
+DISTCLEANFILES = $(sys_DATA) matecc.directory
-include $(top_srcdir)/git.mk
diff --git a/shell/matecc.desktop.in.in b/shell/matecc.desktop.in
index 9b1b4c22..9b1b4c22 100644
--- a/shell/matecc.desktop.in.in
+++ b/shell/matecc.desktop.in