diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-25 02:15:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-25 02:15:10 +0800 |
commit | c968436720f186ce778b947e11634f662c756ea4 (patch) | |
tree | fdbd1a83999af825df3b1522417b1c9a2fed0e3c /mail | |
parent | 0f7f8fdd03ca1c5d69361a41ae6496ca1e098344 (diff) | |
download | gsoc2013-evolution-c968436720f186ce778b947e11634f662c756ea4.tar.gz gsoc2013-evolution-c968436720f186ce778b947e11634f662c756ea4.tar.zst gsoc2013-evolution-c968436720f186ce778b947e11634f662c756ea4.zip |
(iconsdir): Remove, this is now defined in
configure.in.
svn path=/trunk/; revision=19621
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c274b9d337..5100dbebbb 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2003-01-24 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (iconsdir): Remove, this is now defined in + configure.in. + 2002-12-07 leon.zhang <leon.zhang@sun.com> * component-factory.c (user_create_new_item_cb): transfer the diff --git a/mail/Makefile.am b/mail/Makefile.am index 8f3589ef49..fe2713070e 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -186,7 +186,6 @@ etspec_DATA = mail-accounts.etspec message-list.etspec subscribe-dialog.etspec schemadir = $(GCONF_SCHEMA_FILE_DIR) schema_DATA = evolution-mail.schemas -iconsdir = $(datadir)/evolution-$(BASE_VERSION)/images buttonsdir = $(datadir)/evolution-$(BASE_VERSION)/images/buttons idl_DATA = Mailer.idl |