diff options
author | infirit <[email protected]> | 2013-11-28 21:22:19 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-28 21:22:19 +0100 |
commit | 81fb93c89e044fc20cae33523150a11f865daa0a (patch) | |
tree | 5d30f753870030c945ffad8b45b590f0f8325852 | |
parent | 612e6787efa1225e452a61e65c07428933c8b5b5 (diff) | |
download | mate-netbook-81fb93c89e044fc20cae33523150a11f865daa0a.tar.bz2 mate-netbook-81fb93c89e044fc20cae33523150a11f865daa0a.tar.xz |
Add CLEANFILES for distcheck
-rw-r--r-- | maximus/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maximus/Makefile.am b/maximus/Makefile.am index 69950eb..139c675 100644 --- a/maximus/Makefile.am +++ b/maximus/Makefile.am @@ -45,4 +45,8 @@ convert_DATA = mate-maximus.convert desktopdir=$(sysconfdir)/xdg/autostart dist_desktop_DATA=mate-maximus-autostart.desktop +CLEANFILES = $(gsettings_SCHEMAS) \ + $(gsettings_SCHEMAS_in) + + EXTRA_DIST = $(gsettings_SCHEMAS_in_in) $(convert_DATA) |