seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=80fad11ed201f6075e72da1d12077c9163ad3e93
commit 80fad11ed201f6075e72da1d12077c9163ad3e93 Author: Daniel Juyung Seo <[email protected]> Date: Tue Feb 4 12:23:37 2014 +0900 theme: Fixed distcheck by adding necessary image lists needed by efm theme. This was b0rken by latest efm theme changes. --- data/themes/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 250d681..e5960e4 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -247,6 +247,10 @@ img/downlight_glow_left.png \ img/downlight_glow.png \ img/downlight_glow_right.png \ img/downlight_glow_up.png \ +img/efm_generic_icon_shadow.png \ +img/efm_generic_icon_base.png \ +img/efm_generic_icon_over.png \ +img/efm_generic_icon_content_audio.png \ img/emo-angry.png \ img/emo-angry-shout.png \ img/emo-crazy-laugh.png \ --
