hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=5cc7bc477010af745b7d0f5f000581bf16a5425e

commit 5cc7bc477010af745b7d0f5f000581bf16a5425e
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Tue Mar 8 16:34:21 2016 +0900

    fix makedist failure.
    
    include missing resources.
---
 data/themes/default/images/Makefile.am | 4 +++-
 src/include/Makefile.am                | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/data/themes/default/images/Makefile.am 
b/data/themes/default/images/Makefile.am
index a35e749..814c3c7 100644
--- a/data/themes/default/images/Makefile.am
+++ b/data/themes/default/images/Makefile.am
@@ -79,4 +79,6 @@ EXTRA_DIST = \
        navi_text.png \
        navi_textblock.png \
        navi_spacer.png \
-       navi_unknown.png
+       navi_unknown.png \
+       navi_state.png \
+       navi_program.png
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 2875f75..3665827 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -15,4 +15,5 @@ EXTRA_DIST = common.h \
        search.h \
        live_edit.h \
        console.h \
-       file_mgr.h
+       file_mgr.h \
+       edc_navigator.h

-- 


Reply via email to