diff options
author | raveit65 <[email protected]> | 2020-02-16 14:20:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-17 13:14:48 +0100 |
commit | ac126c9bdfd70d899a6926a8a1194ebeeb23436b (patch) | |
tree | 00950dd1562a3ab5017259dc97f6876b69e26d22 /icons | |
parent | e8fbac2ce193f5c2c93fdecb7ca0e14c1152ace6 (diff) | |
download | mate-desktop-ac126c9bdfd70d899a6926a8a1194ebeeb23436b.tar.bz2 mate-desktop-ac126c9bdfd70d899a6926a8a1194ebeeb23436b.tar.xz |
build: add meson config files to EXTRA_DIST
fixes https://github.com/mate-desktop/mate-desktop/issues/431
Diffstat (limited to 'icons')
-rw-r--r-- | icons/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index b8bc6ad..417a906 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -16,6 +16,9 @@ nobase_dist_icons_DATA = \ gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor +EXTRA_DIST = \ + meson.build + .PHONY: build-png-icons clean-png-icons install-data-hook: update-icon-cache |