summaryrefslogtreecommitdiff
path: root/capplets/mouse/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:12:30 +0100
commit81ae219f9626c9c49c22bf6a9e90ec3c8f8e5ac5 (patch)
tree7a05c1669e29c5b3686bdcc1cb86cb93e60e1851 /capplets/mouse/Makefile.am
parent8c0de1c762ec9805100296a18f8016dc15aee4be (diff)
downloadmate-control-center-81ae219f9626c9c49c22bf6a9e90ec3c8f8e5ac5.tar.bz2
mate-control-center-81ae219f9626c9c49c22bf6a9e90ec3c8f8e5ac5.tar.xz
fixed distcheck fail on debian
Diffstat (limited to 'capplets/mouse/Makefile.am')
-rw-r--r--capplets/mouse/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/mouse/Makefile.am b/capplets/mouse/Makefile.am
index 4b78498d..1cfc2f1f 100644
--- a/capplets/mouse/Makefile.am
+++ b/capplets/mouse/Makefile.am
@@ -29,7 +29,7 @@ AM_CPPFLAGS = \
-DMATELOCALEDIR="\"$(datadir)/locale\"" \
-DMATECC_DATA_DIR="\"$(pkgdatadir)\"" \
-DMATECC_UI_DIR="\"$(uidir)\""
-CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA)
-EXTRA_DIST = $(ui_DATA) $(pixmap_DATA)
+CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA)
+EXTRA_DIST = $(ui_DATA) $(pixmap_DATA) $(Desktop_in_files)
-include $(top_srcdir)/git.mk