aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.am
blob: a6b55836c6c83d0f5a2fc64a46aee867f00f0fd4 (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-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\
    evolution-tasks.xml

uidir = $(datadir)/gnome/ui
ui_DATA = $(XML_FILES)

EXTRA_DIST = $(XML_FILES)