aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.am
blob: 1cbc68539cb7c8b3ea103dd7b343312bf93decda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)