diff options
Diffstat (limited to 'common/Makefile.am')
-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 ec569b6..bfefecb 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,6 +1,12 @@ +if !ENABLE_TRANSPARENCY +themedir = $(datadir)/themes/SolArc-solid +themedarkerdir = $(datadir)/themes/SolArc-Darker-solid +themedarkdir = $(datadir)/themes/SolArc-Dark-solid +else themedir = $(datadir)/themes/SolArc themedarkerdir = $(datadir)/themes/SolArc-Darker themedarkdir = $(datadir)/themes/SolArc-Dark +endif ithemedir = $(DESTDIR)$(themedir) ithemedarkerdir = $(DESTDIR)$(themedarkerdir) |