aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.am
blob: 6da24472786c53e844f0ae0180cdb07c6a3b7e3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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-subscribe.xml     \
    evolution-task-editor-dialog.xml

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

EXTRA_DIST = $(XML_FILES)

BUILT_SOURCES=$(XML_FILES:.xml=.h)

%.h : %.xml
    bonobo-ui-extract $^ > $@