Mark theme files as EXTRA_DIST so the theme is recompiled when changed.

This commit is contained in:
Jaime Thomas 2008-12-21 23:49:57 +00:00
parent 04ffc816ab
commit 20db4031f1
4 changed files with 15 additions and 1 deletions

View File

@ -111,6 +111,7 @@ tools/ecdb_transcode_helper/Makefile
data/Makefile
data/themes/Makefile
data/themes/default/Makefile
data/themes/default/groups/Makefile
])
echo

View File

@ -16,4 +16,5 @@ collections {
#include "groups/entry.edc"
#include "groups/combo.edc"
#include "groups/label.edc"
#include "groups/burn_data.edc"
}

View File

@ -0,0 +1,12 @@
MAINTAINERCLEANFILES= Makefile.in
EXTRA_DIST= burn_data.edc \
burn_image.edc \
button.edc \
check.edc \
combo.edc \
entry.edc \
erase_disc.edc \
icons.edc \
label.edc \
welcome_page.edc \
window.edc

View File

@ -209,7 +209,7 @@ ecdb_burn_image_page_show(void)
c2 = ecdb_combo_add(swallow, "ecdb/burn_image/speed");
ecdb_combo_header_create_set(c2, ecdb_gui_combo_header_from_speeds);
ecdb_combo_header_set(c2, "Speed");
ecdb_combo_header_set(c2, "Max Speed");
evas_object_show(c2);
EINA_LIST_FOREACH(em->drives, l, drive)