Mark theme files as EXTRA_DIST so the theme is recompiled when changed.
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user