2000-09-20 Christopher James Lahey <clahey@helixcode.com> * ui/Makefile.am (XML_FILES): Added evolution-contact-editor.xml. * ui/evolution-contact-editor.xml: New file for the UI for the evolution contact editor. svn path=/trunk/; revision=5528
12 lines
223 B
Makefile
12 lines
223 B
Makefile
XML_FILES = \
|
|
evolution.xml \
|
|
evolution-addressbook.xml \
|
|
evolution-contact-editor.xml \
|
|
evolution-mail.xml \
|
|
evolution-calendar.xml
|
|
|
|
uidir = $(datadir)/gnome/ui
|
|
ui_DATA = $(XML_FILES)
|
|
|
|
EXTRA_DIST = $(XML_FILES)
|