diff options
author | Horst3180 | 2015-06-13 20:18:56 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-13 20:18:56 +0200 |
commit | ed9f20eaf40c13bbb28bf1fca37509d182d7e6c4 (patch) | |
tree | 3fcafc8f089447e684843ea65057afcd6810fa8a /common/Makefile.am | |
parent | 49e5c18fdf43e3a7cae15c3cde1ec1c60e44520d (diff) | |
parent | e7e81edc6a0827733f964f103959cc3193eef8f3 (diff) | |
download | solarc-theme-ed9f20eaf40c13bbb28bf1fca37509d182d7e6c4.tar.gz solarc-theme-ed9f20eaf40c13bbb28bf1fca37509d182d7e6c4.tar.xz solarc-theme-ed9f20eaf40c13bbb28bf1fca37509d182d7e6c4.zip |
Merge branch 'master' into dark_headerbars
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 5b6e995..eb681fb 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -44,6 +44,11 @@ if ENABLE_UNITY endif # ENABLE_UNITY +if ENABLE_XFCE_NOTIFY + cp -r --no-preserve=mode,ownership $(srcdir)/xfce-notify-4.0 $(ithemedir) +endif # ENABLE_XFCE_NOTIFY + + if ENABLE_XFWM cp -r --no-preserve=mode,ownership $(srcdir)/xfwm4 $(ithemedir) endif # ENABLE_XFWM |