Mark theme files as EXTRA_DIST so the theme is recompiled when changed.
This commit is contained in:
parent
18dffd7af5
commit
e1c915f177
@ -111,6 +111,7 @@ tools/ecdb_transcode_helper/Makefile
|
||||
data/Makefile
|
||||
data/themes/Makefile
|
||||
data/themes/default/Makefile
|
||||
data/themes/default/groups/Makefile
|
||||
])
|
||||
|
||||
echo
|
||||
|
@ -16,4 +16,5 @@ collections {
|
||||
#include "groups/entry.edc"
|
||||
#include "groups/combo.edc"
|
||||
#include "groups/label.edc"
|
||||
#include "groups/burn_data.edc"
|
||||
}
|
||||
|
@ -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
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user