aboutsummaryrefslogblamecommitdiffstats
path: root/ui/Makefile.am
blob: aec14eb6007bb0d6fb181da8ecf9505bd4504420 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                         
                                         
                                         
                                         
                                         

                                         




                           





                                  
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)

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

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