diff options
author | Wu Xiaotian <[email protected]> | 2019-02-07 18:21:19 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-08 23:15:15 +0100 |
commit | 7304b6d27eec32b1636400fdbb6da6aab20e598e (patch) | |
tree | 8a0a1f5c62ba658a9e9392c3aac75ff7c2ced6e0 /tools | |
parent | 67b37b31c307ca22762a380b25f9ed994212f386 (diff) | |
download | mate-desktop-7304b6d27eec32b1636400fdbb6da6aab20e598e.tar.bz2 mate-desktop-7304b6d27eec32b1636400fdbb6da6aab20e598e.tar.xz |
Fixed make distcheck fail on debian.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 4 | ||||
-rw-r--r-- | tools/mate-color-select.desktop.in (renamed from tools/mate-color-select.desktop.in.in) | 0 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 301ef25..281e127 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -21,4 +21,6 @@ desktopdir = $(datadir)/applications desktop_in_files = mate-color-select.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -CLEANFILES = *.desktop *.desktop.in +EXTRA_DIST = $(desktop_in_files) + +CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS) diff --git a/tools/mate-color-select.desktop.in.in b/tools/mate-color-select.desktop.in index 458ab6e..458ab6e 100644 --- a/tools/mate-color-select.desktop.in.in +++ b/tools/mate-color-select.desktop.in |