diff options
author | infirit <[email protected]> | 2013-10-22 14:06:42 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-22 14:37:35 +0200 |
commit | 14d28b255c8e9fc26cc6e6bf0fc96d938f88fa27 (patch) | |
tree | 8f65ce2c70943e21e7a03784466e7a4f3bfae1be /data/Makefile.am | |
parent | af5c5da60f4220365539130dbe0334b78d6eac3e (diff) | |
download | mate-notification-daemon-14d28b255c8e9fc26cc6e6bf0fc96d938f88fa27.tar.bz2 mate-notification-daemon-14d28b255c8e9fc26cc6e6bf0fc96d938f88fa27.tar.xz |
Add CLEANFILES to delete generated schema file
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index d9e7ea5..1aec612 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -37,6 +37,8 @@ EXTRA_DIST = \ $(icon48_DATA) \ $(iconscalable_DATA) +CLEANFILES = $(gsettings_SCHEMAS) + gtk_update_icon_cache = $(UPDATE_ICON_CACHE) -f -t $(datadir)/icons/hicolor install-data-hook: update-icon-cache |