diff options
author | Wu Xiaotian <[email protected]> | 2019-02-07 18:21:19 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-08 23:10:25 +0100 |
commit | 89c003e4e1aee19685e9d5f769ec01f21a03f696 (patch) | |
tree | f1a9efd58adbaeb22920020eb6bd3aa6667f77c0 /tools | |
parent | 87ff53b86535a1ee0d06943b309e2309c9e874d7 (diff) | |
download | mate-desktop-89c003e4e1aee19685e9d5f769ec01f21a03f696.tar.bz2 mate-desktop-89c003e4e1aee19685e9d5f769ec01f21a03f696.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 |