diff options
author | infirit <[email protected]> | 2013-11-28 21:22:19 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2013-12-17 15:29:15 +0000 |
commit | ce7c5055cfe487acf1254f399504c568513a1cc1 (patch) | |
tree | e0de205c430dadf313ec6154b957b82d887fcfc6 | |
parent | 663cb8017decbb6ecb709690154348ec719a762b (diff) | |
download | mate-netbook-ce7c5055cfe487acf1254f399504c568513a1cc1.tar.bz2 mate-netbook-ce7c5055cfe487acf1254f399504c568513a1cc1.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) |