diff --git a/common/Makefile.am b/common/Makefile.am index a1603c2..454d537 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -68,6 +68,8 @@ endif # ENABLE_GNOME_SHELL if ENABLE_GNOME_SHELL $(MKDIR_P) $(ithemedir)/gnome-shell + sassc $(srcdir)/gnome-shell/$(GNOME_VERSION)/sass/gnome-shell.scss $(srcdir)/gnome-shell/$(GNOME_VERSION)/gnome-shell.css; + cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -R \ common-assets \ light-assets \ @@ -77,6 +79,8 @@ if ENABLE_GNOME_SHELL if ENABLE_DARK $(MKDIR_P) $(ithemedarkdir)/gnome-shell + sassc $(srcdir)/gnome-shell/$(GNOME_VERSION)/sass/gnome-shell-dark.scss $(srcdir)/gnome-shell/$(GNOME_VERSION)/gnome-shell-dark.css; + cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -R \ common-assets \ dark-assets \