diff options
author | Horst3180 | 2015-08-14 00:05:57 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-14 00:05:57 +0200 |
commit | 359a8d8c2c0551655cf8ce72d0562d9c2c0e401e (patch) | |
tree | 1b8cf6c7eaf410b1c44c7fffcdedf24751585abb /common/Makefile.am | |
parent | e4c806b3d768fc3c1e048f5354c518d2abdbe876 (diff) | |
download | solarc-theme-359a8d8c2c0551655cf8ce72d0562d9c2c0e401e.tar.gz solarc-theme-359a8d8c2c0551655cf8ce72d0562d9c2c0e401e.tar.xz solarc-theme-359a8d8c2c0551655cf8ce72d0562d9c2c0e401e.zip |
update build system
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 \ |