diff options
author | Horst3180 | 2016-05-30 00:01:25 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-30 00:01:25 +0200 |
commit | 789d509eba887db6f632c521ce847d11b765914b (patch) | |
tree | 49426fe060a20a5fed5b8b7db49a0486c09998ff /common/Makefile.am | |
parent | 9ac60f17d9f3794f44490b3e463a2b916a1a2040 (diff) | |
download | solarc-theme-789d509eba887db6f632c521ce847d11b765914b.tar.gz solarc-theme-789d509eba887db6f632c521ce847d11b765914b.tar.xz solarc-theme-789d509eba887db6f632c521ce847d11b765914b.zip |
merge xfce-notify theme into the gtk2 theme
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 7966da8..c603f5c 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -247,12 +247,6 @@ endif # ENABLE_DARK endif # ENABLE_UNITY -if ENABLE_XFCE_NOTIFY - $(MKDIR_P) $(ithemedir) - cp -R $(srcdir)/xfce-notify-4.0 $(ithemedir) -endif # ENABLE_XFCE_NOTIFY - - if ENABLE_XFWM if ENABLE_LIGHT @@ -288,7 +282,6 @@ EXTRA_DIST = $(srcdir)/cinnamon \ $(srcdir)/gtk-3.0 \ $(srcdir)/metacity-1 \ $(srcdir)/unity \ - $(srcdir)/xfce-notify-4.0 \ $(srcdir)/xfwm4 \ $(srcdir)/xfwm4-dark \ $(srcdir)/index.theme \ |