fix make distcheck to work correctly.

specified some missed files in the Makefile.am

Thanks Simotek for reporting.
This commit is contained in:
ChunEon Park 2014-08-20 16:18:57 +09:00
parent 17e8a13303
commit 3f7fd4f8e0
3 changed files with 6 additions and 5 deletions

View File

@ -13,7 +13,8 @@ EXTRA_DIST = enventor.edc \
images.edc \
layout_common.edc \
layout_setting.edc \
theme_ext.edc
theme_ext.edc \
live_edit.edc
enventor.edj: Makefile $(EXTRA_DIST)
$(EDJE_CC) $(EDJE_FLAGS) \

View File

@ -54,7 +54,6 @@ EXTRA_DIST = \
goto.png \
downlight_glow_left.png \
downlight_glow_right.png \
alarm_highlight.png \
disabler.png \
live_bg_glow_in.png \
live_rel1_dragable.png \
@ -65,4 +64,5 @@ EXTRA_DIST = \
live_spacer.png \
live_text.png \
live_textblock.png \
live_edit.png
live_edit.png \
new.png

View File

@ -1,5 +1,5 @@
images {
image: "spacer.png" COMP;
image: "live_spacer.png" COMP;
}
group { name: "IMAGE_bg";
parts {
@ -64,7 +64,7 @@ group { name: "SPACER_bg";
parts {
part { name: "bg";
description { state: "default" 0.0;
image.normal: "spacer.png";
image.normal: "live_spacer.png";
fill.type: TILE;
color: 255 255 255 50;
}