19 lines
430 B
Makefile
19 lines
430 B
Makefile
XML_FILES = \
|
|
evolution.xml \
|
|
evolution-addressbook.xml \
|
|
evolution-calendar.xml \
|
|
evolution-contact-editor.xml \
|
|
evolution-event-editor.xml \
|
|
evolution-executive-summary.xml \
|
|
evolution-mail.xml \
|
|
evolution-message-composer.xml \
|
|
evolution-subscribe.xml \
|
|
evolution-task-editor-dialog.xml\
|
|
evolution-tasks.xml \
|
|
my-evolution.xml
|
|
|
|
uidir = $(datadir)/gnome/ui
|
|
ui_DATA = $(XML_FILES)
|
|
|
|
EXTRA_DIST = $(XML_FILES)
|