diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 154d634..19b2c8a 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -24,15 +24,23 @@ if ENABLE_DARK endif # ENABLE_DARK +if ENABLE_CINNAMON + $(MKDIR_P) $(ithemedir)/cinnamon + + cd $(srcdir)/cinnamon && cp -r --no-preserve=mode,ownership \ + common-assets \ + light-assets \ + cinnamon.css \ + $(ithemedir)/cinnamon +endif # ENABLE_GNOME_SHELL + + if ENABLE_GNOME_SHELL $(MKDIR_P) $(ithemedir)/gnome-shell cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -r --no-preserve=mode,ownership \ - checkbox \ - dash \ - menu \ - misc \ - switch \ + common-assets \ + light-assets \ gnome-shell.css \ $(ithemedir)/gnome-shell endif # ENABLE_GNOME_SHELL @@ -245,6 +253,7 @@ uninstall-local: dist-hook: cp -r \ + cinnamon \ gnome-shell \ gtk-2.0 \ gtk-3.0 \ |