From 2ca7574760838e7cf7c556a1f0dac054d82d0f5d Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Thu, 7 Feb 2019 21:37:59 +0800 Subject: fixed distcheck fail on debian --- capplets/keybindings/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'capplets/keybindings/Makefile.am') diff --git a/capplets/keybindings/Makefile.am b/capplets/keybindings/Makefile.am index 09a0b1fc..e5efb109 100644 --- a/capplets/keybindings/Makefile.am +++ b/capplets/keybindings/Makefile.am @@ -37,10 +37,9 @@ AM_CPPFLAGS = \ -DMATECC_KEYBINDINGS_DIR="\"$(pkgdatadir)/keybindings\"" CLEANFILES = \ $(MATECC_CAPPLETS_CLEANFILES) \ - $(Desktop_in_files) \ $(desktop_DATA) \ $(xml_DATA) -EXTRA_DIST = $(ui_DATA) $(xml_in_files) mate-keybindings.pc.in +EXTRA_DIST = $(ui_DATA) $(xml_in_files) mate-keybindings.pc.in $(Desktop_in_files) -include $(top_srcdir)/git.mk -- cgit v1.2.1