diff options
author | Wu Xiaotian <[email protected]> | 2019-02-07 21:37:59 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-08 16:12:30 +0100 |
commit | 81ae219f9626c9c49c22bf6a9e90ec3c8f8e5ac5 (patch) | |
tree | 7a05c1669e29c5b3686bdcc1cb86cb93e60e1851 /capplets/about-me/Makefile.am | |
parent | 8c0de1c762ec9805100296a18f8016dc15aee4be (diff) | |
download | mate-control-center-81ae219f9626c9c49c22bf6a9e90ec3c8f8e5ac5.tar.bz2 mate-control-center-81ae219f9626c9c49c22bf6a9e90ec3c8f8e5ac5.tar.xz |
fixed distcheck fail on debian
Diffstat (limited to 'capplets/about-me/Makefile.am')
-rw-r--r-- | capplets/about-me/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/about-me/Makefile.am b/capplets/about-me/Makefile.am index 01b07f95..a973ea9b 100644 --- a/capplets/about-me/Makefile.am +++ b/capplets/about-me/Makefile.am @@ -56,6 +56,6 @@ AM_CPPFLAGS += \ endif CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(MARSHALFILES) -EXTRA_DIST = $(ui_files) fprintd-marshal.list +EXTRA_DIST = $(ui_files) fprintd-marshal.list $(Desktop_in_files) -include $(top_srcdir)/git.mk |