aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-23 04:01:33 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-23 04:01:33 +0800
commit221e71a99a85eaaa7e0feaa2532255dbd7c5cb29 (patch)
tree13f8089ef4c2dc464c223bd5920c4ad6b7dce643 /ui
parentca805e3c7cc608a412dd41620f0bf1cbeff01a49 (diff)
downloadgsoc2013-evolution-221e71a99a85eaaa7e0feaa2532255dbd7c5cb29.tar
gsoc2013-evolution-221e71a99a85eaaa7e0feaa2532255dbd7c5cb29.tar.gz
gsoc2013-evolution-221e71a99a85eaaa7e0feaa2532255dbd7c5cb29.tar.bz2
gsoc2013-evolution-221e71a99a85eaaa7e0feaa2532255dbd7c5cb29.tar.lz
gsoc2013-evolution-221e71a99a85eaaa7e0feaa2532255dbd7c5cb29.tar.xz
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')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/Makefile.am33
2 files changed, 21 insertions, 17 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index efba2fc646..14a876cc63 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-22 Ettore Perazzoli <ettore@ximian.com>
+
+ * Makefile.am (uidir): Removed (this is now defined in
+ configure.in).
+
2002-11-20 Ettore Perazzoli <ettore@ximian.com>
* evolution-message-composer.xml: Change hlook value for "Toolbar"
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)