diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:01:33 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:01:33 +0800 |
commit | 221e71a99a85eaaa7e0feaa2532255dbd7c5cb29 (patch) | |
tree | 13f8089ef4c2dc464c223bd5920c4ad6b7dce643 /ui/Makefile.am | |
parent | ca805e3c7cc608a412dd41620f0bf1cbeff01a49 (diff) | |
download | gsoc2013-evolution-221e71a99a85eaaa7e0feaa2532255dbd7c5cb29.tar.gz gsoc2013-evolution-221e71a99a85eaaa7e0feaa2532255dbd7c5cb29.tar.zst gsoc2013-evolution-221e71a99a85eaaa7e0feaa2532255dbd7c5cb29.zip |
(uidir): Removed (this is now defined in
configure.in).
svn path=/trunk/; revision=19549
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index 7fcdeb2211..831e06ea87 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -1,24 +1,23 @@ -XML_FILES = \ - evolution.xml \ - evolution-addressbook.xml \ - evolution-calendar.xml \ - evolution-contact-editor.xml \ +XML_FILES = \ + evolution.xml \ + evolution-addressbook.xml \ + evolution-calendar.xml \ + evolution-contact-editor.xml \ evolution-contact-list-editor.xml \ - evolution-comp-editor.xml \ - evolution-event-editor.xml \ - evolution-executive-summary.xml \ - evolution-mail-message.xml \ - evolution-mail-list.xml \ - evolution-mail-global.xml \ + evolution-comp-editor.xml \ + evolution-event-editor.xml \ + evolution-executive-summary.xml \ + evolution-mail-message.xml \ + evolution-mail-list.xml \ + evolution-mail-global.xml \ evolution-mail-messagedisplay.xml \ - evolution-message-composer.xml \ + evolution-message-composer.xml \ evolution-signature-editor.xml \ - evolution-subscribe.xml \ - evolution-task-editor.xml \ - evolution-tasks.xml \ + evolution-subscribe.xml \ + evolution-task-editor.xml \ + evolution-tasks.xml \ my-evolution.xml -uidir = $(datadir)/gnome-2.0/ui -ui_DATA = $(XML_FILES) +evolutionui_DATA = $(XML_FILES) EXTRA_DIST = $(XML_FILES) |