diff options
author | raveit65 <[email protected]> | 2020-02-24 17:34:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-24 18:05:15 +0100 |
commit | 4499ed746d610b2e57a7a3771644a0a67d43b0be (patch) | |
tree | a7f49ae9db1c81c839c8ef490ac9909af1a5e082 /src/themes/Makefile.am | |
parent | 3b6919c5eafb76f36f240f8c5651698539860853 (diff) | |
download | marco-4499ed746d610b2e57a7a3771644a0a67d43b0be.tar.bz2 marco-4499ed746d610b2e57a7a3771644a0a67d43b0be.tar.xz |
add meson build files to EXTRA_DIST
Diffstat (limited to 'src/themes/Makefile.am')
-rw-r--r-- | src/themes/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
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 \ |