summaryrefslogtreecommitdiff
path: root/font-viewer/Makefile.am
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 /font-viewer/Makefile.am
parent8a2d266bb5ceaf613add809ca554e57f7f46ab52 (diff)
downloadmate-control-center-2ca7574760838e7cf7c556a1f0dac054d82d0f5d.tar.bz2
mate-control-center-2ca7574760838e7cf7c556a1f0dac054d82d0f5d.tar.xz
fixed distcheck fail on debian
Diffstat (limited to 'font-viewer/Makefile.am')
-rw-r--r--font-viewer/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/font-viewer/Makefile.am b/font-viewer/Makefile.am
index 1ef5affe..b71ed500 100644
--- a/font-viewer/Makefile.am
+++ b/font-viewer/Makefile.am
@@ -47,11 +47,11 @@ uninstall-local:
@INTLTOOL_DIRECTORY_RULE@
@INTLTOOL_SCHEMAS_RULE@
-CLEANFILES = $(desktop_in_files) $(desktop_DATA) \
+CLEANFILES = $(desktop_DATA) \
$(schemas_DATA) $(directory_DATA)
EXTRA_DIST = \
$(thumbnailer_DATA) \
- mate-font-viewer.desktop.in.in
+ $(desktop_in_files)
-include $(top_srcdir)/git.mk