2000-11-05 Michael Meeks <michael@helixcode.com> * Makefile.am (uidir): kill all the bonob-ui-extract crud. svn path=/trunk/; revision=6400
18 lines
421 B
Makefile
18 lines
421 B
Makefile
XML_FILES = \
|
|
evolution.xml \
|
|
evolution-addressbook.xml \
|
|
evolution-addressbook-ldap.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
|
|
|
|
uidir = $(datadir)/gnome/ui
|
|
ui_DATA = $(XML_FILES)
|
|
|
|
EXTRA_DIST = $(XML_FILES)
|