blob: 5023d3014821a8ed7345d561a32c120203623057 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
XML_FILES = \
evolution.xml \
evolution-addressbook.xml \
evolution-calendar.xml \
evolution-mail-message.xml \
evolution-mail-list.xml \
evolution-mail-global.xml \
evolution-mail-messagedisplay.xml \
evolution-memos.xml \
evolution-tasks.xml
UI_FILES = \
evolution-contacts.ui \
evolution-shell.ui
evolutionui_DATA = $(UI_FILES) $(XML_FILES)
EXTRA_DIST = \
$(UI_FILES) \
$(XML_FILES) \
ChangeLog.pre-1-4
|