diff options
author | horst3180 | 2017-05-12 17:38:48 +0200 |
---|---|---|
committer | GitHub | 2017-05-12 17:38:48 +0200 |
commit | 99e2b44094087fd395b247b7851c13cd7cf26f11 (patch) | |
tree | 016ccd17b676e83dbce459a3c39f3db578455bea /common | |
parent | 4b75f33ff2cfedb6ba0809cf877deb2d2831e6c3 (diff) | |
parent | 7b1d4f3fb9635c21abc4221c008cfa9849fe53ff (diff) | |
download | solarc-theme-99e2b44094087fd395b247b7851c13cd7cf26f11.tar.gz solarc-theme-99e2b44094087fd395b247b7851c13cd7cf26f11.tar.xz solarc-theme-99e2b44094087fd395b247b7851c13cd7cf26f11.zip |
Merge pull request #779 from TingPing/tingping/solid-suffix
Support installing transparent and non-transparent variant in parallel
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 0421c5d..58f54d8 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,6 +1,12 @@ +if !ENABLE_TRANSPARENCY +themedir = $(datadir)/themes/Arc-solid +themedarkerdir = $(datadir)/themes/Arc-Darker-solid +themedarkdir = $(datadir)/themes/Arc-Dark-solid +else themedir = $(datadir)/themes/Arc themedarkerdir = $(datadir)/themes/Arc-Darker themedarkdir = $(datadir)/themes/Arc-Dark +endif ithemedir = $(DESTDIR)$(themedir) ithemedarkerdir = $(DESTDIR)$(themedarkerdir) |