15 lines
321 B
Makefile
15 lines
321 B
Makefile
XML_FILES = \
|
|
evolution.xml \
|
|
evolution-addressbook.xml \
|
|
evolution-addressbook-ldap.xml \
|
|
evolution-contact-editor.xml \
|
|
evolution-mail.xml \
|
|
evolution-calendar.xml \
|
|
evolution-subscribe.xml \
|
|
evolution-executive-summary.xml
|
|
|
|
uidir = $(datadir)/gnome/ui
|
|
ui_DATA = $(XML_FILES)
|
|
|
|
EXTRA_DIST = $(XML_FILES)
|