2001-01-01 Michael Meeks <michael@helixcode.com> * Makefile.am: remove evolution-addressbook-ldap.xml so we build again. svn path=/trunk/; revision=7201
17 lines
387 B
Makefile
17 lines
387 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
|
|
|
|
uidir = $(datadir)/gnome/ui
|
|
ui_DATA = $(XML_FILES)
|
|
|
|
EXTRA_DIST = $(XML_FILES)
|