2001-01-08 Damon Chaplin <damon@helixcode.com> * evolution-tasks.xml: new file for the Tasks controls. * Makefile.am (XML_FILES): added the above file. svn path=/trunk/; revision=7296
18 lines
409 B
Makefile
18 lines
409 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
|
|
|
|
uidir = $(datadir)/gnome/ui
|
|
ui_DATA = $(XML_FILES)
|
|
|
|
EXTRA_DIST = $(XML_FILES)
|