hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=61c8e00df6f6b3168b908693ef58103eeedd9b99

commit 61c8e00df6f6b3168b908693ef58103eeedd9b99
Author: ChunEon Park <chuneon.p...@samsung.com>
Date:   Sat Nov 9 15:26:56 2013 +0900

    enventor - specify the file lists those are included.
    
    now make distcheck could be finished successfully.
---
 configure.ac                           |  1 +
 data/.proto/Makefile.am                |  2 ++
 data/images/Makefile.am                |  2 ++
 data/themes/default/Makefile.am        |  9 +++++-
 data/themes/default/images/Makefile.am | 58 ++++++++++++++++++++++++++++++++++
 src/include/Makefile.am                |  8 ++++-
 6 files changed, 78 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5973bb1..f5fc304 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,6 +95,7 @@ data/icon/Makefile
 data/images/Makefile
 data/themes/Makefile
 data/themes/default/Makefile
+data/themes/default/images/Makefile
 data/.proto/Makefile
 ])
 
diff --git a/data/.proto/Makefile.am b/data/.proto/Makefile.am
index eab93de..64d1d81 100644
--- a/data/.proto/Makefile.am
+++ b/data/.proto/Makefile.am
@@ -2,3 +2,5 @@ MAINTAINERCLEANFILES = Makefile.in
 
 filesdir = $(datadir)/$(PACKAGE)/.proto
 files_DATA = proto.edc
+
+EXTRA_DIST = $(files_DATA)
diff --git a/data/images/Makefile.am b/data/images/Makefile.am
index a31cb33..76b6729 100644
--- a/data/images/Makefile.am
+++ b/data/images/Makefile.am
@@ -2,3 +2,5 @@ MAINTAINERCLEANFILES = Makefile.in
 
 filesdir = $(datadir)/$(PACKAGE)/images
 files_DATA = logo.png
+
+EXTRA_DIST = $(files_DATA)
diff --git a/data/themes/default/Makefile.am b/data/themes/default/Makefile.am
index 4e5bc9d..b039dab 100644
--- a/data/themes/default/Makefile.am
+++ b/data/themes/default/Makefile.am
@@ -1,12 +1,19 @@
 MAINTAINERCLEANFILES = Makefile.in
 
+SUBDIRS = images
+
 EDJE_CC = @edje_cc@
 EDJE_FLAGS = -id $(top_srcdir)/data/themes/default/images
 
 filesdir = $(datadir)/$(PACKAGE)/themes
 files_DATA = enventor.edj
 
-EXTRA_DIST = enventor.edc
+EXTRA_DIST = enventor.edc \
+             content.edc \
+             images.edc \
+             layout.edc \
+             menu.edc \
+             theme_ext.edc
 
 enventor.edj: Makefile $(EXTRA_DIST)
        $(EDJE_CC) $(EDJE_FLAGS) \
diff --git a/data/themes/default/images/Makefile.am 
b/data/themes/default/images/Makefile.am
new file mode 100644
index 0000000..6f0dccc
--- /dev/null
+++ b/data/themes/default/images/Makefile.am
@@ -0,0 +1,58 @@
+MAINTAINERCLEANFILES = Makefile.in
+EXTRA_DIST = \
+   arrow_down.png \
+   arrow_left.png \
+   arrow_right.png \
+   arrow_up.png \
+   bevel_in.png \
+   bevel_out.png \
+   bg_glow_in.png \
+   bt_base1.png \
+   bt_base2.png \
+   bt_dis_base.png \
+   bt_dis_hilight.png \
+   bt_glow.png \
+   bt_hilight.png \
+   bt_shine.png \
+   bt_sm_base2.png \
+   bt_sm_hilight.png \
+   bt_sm_shine.png \
+   bub_over_bot.png \
+   fileselect.png \
+   folder.png \
+   glow_small.png \
+   holes_tiny_glow_horiz.png \
+   holes_tiny_glow_vert.png \
+   holes_tiny_horiz.png \
+   holes_tiny_vert.png \
+   holes_vert.png \
+   horizontal_separated_bar_small_glow.png \
+   inset_shadow.png \
+   logo.png \
+   menu_layout.png \
+   minus.png \
+   part_highlight.png \
+   plus.png \
+   preference.png \
+   runner_glow_horiz.png \
+   runner_glow_vert.png \
+   runner_horiz.png \
+   runner_vert.png \
+   sb_runnerh.png \
+   sb_runnerv.png \
+   setting_icon.png \
+   shadow_square_tiny.png \
+   shine.png \
+   sl_bt2_2.png \
+   swallow.png \
+   sym_down_glow_normal.png \
+   sym_down_light_normal.png \
+   sym_left_glow_normal.png \
+   sym_left_light_normal.png \
+   sym_right_glow_normal.png \
+   sym_right_light_normal.png \
+   sym_up_glow_normal.png \
+   sym_up_light_normal.png \
+   vgrad_med_lighter.png \
+   warning.png \
+   white_bar_vert_glow.png
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 987d5e1..b2cbf3c 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -10,4 +10,10 @@ EXTRA_DIST = common.h \
        panes.h \
        statusbar.h \
        edj_mgr.h \
-   syntax_color.h
+       syntax_color.h \
+       build.h \
+       ctxpopup.h \
+       globals.h \
+       indent.h \
+       syntax_helper.h \
+       template_code.h

-- 


Reply via email to