From 378db5b5244fc195a91993d50e4a5d1d86e430a9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 16 Feb 2020 14:20:54 +0100 Subject: build: add meson config files to EXTRA_DIST fixes https://github.com/mate-desktop/mate-desktop/issues/431 --- icons/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'icons') 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 -- cgit v1.2.1