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 18dffd7af5
commit e1c915f177
4 changed files with 15 additions and 1 deletions

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