From 5523df4a4ff2a143a64e7eb83a17368373123842 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 24 Feb 2020 17:34:55 +0100 Subject: add meson build files to EXTRA_DIST --- src/themes/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/themes/Makefile.am') diff --git a/src/themes/Makefile.am b/src/themes/Makefile.am index 6e8b1c98..099bbca2 100644 --- a/src/themes/Makefile.am +++ b/src/themes/Makefile.am @@ -18,6 +18,24 @@ THEMES= \ THEME_DIR=$(datadir)/themes THEME_SUBDIR=metacity-1 +EXTRA_DIST= \ + meson.build \ + Atlanta/meson.build \ + ClearlooksRe/meson.build \ + Dopple/meson.build \ + Dopple-Left/meson.build \ + DustBlue/meson.build \ + eOS/meson.build \ + Esco/meson.build \ + Gorilla/meson.build \ + Motif/meson.build \ + Raleigh/meson.build \ + Spidey/meson.build \ + Spidey-Left/meson.build \ + Splint/meson.build \ + Splint-Left/meson.build \ + WinMe/meson.build + install-data-local: $(mkinstalldirs) $(DESTDIR)$(THEME_DIR); \ for THEME in $(THEMES); do \ -- cgit v1.2.1