diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-24 01:47:06 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-24 01:47:06 +0800 |
commit | 9c3b7cbe4921f073f939b1c70e112662588122cc (patch) | |
tree | b548a53dd04ee422f7b53a79e7ad160dca696fce /mail | |
parent | 9dcc79fb8826622a54e3da0b0ee4ffc604bc8512 (diff) | |
download | gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar.gz gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar.bz2 gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar.lz gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar.xz gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar.zst gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.zip |
Define componentdir instead of COMPONENT_DIR. Set it to
* configure.in (idldir): Define componentdir instead of
COMPONENT_DIR. Set it to $privlibdir/components instead of
$libdir/evolution-$(BASE_VERSION)/components.
* gui/component/select-names/Makefile.am (componentdir): Remove
definition; no need to set it here since it's now defined in
configure.in
* gui/component/Makefile.am (componentdir): Likewise.
* gui/Makefile.am (componentdir): Removed definition; this is now
defined in configure.in.
* Makefile.am (componentdir): Removed definition; this is now
defined in configure.in.
* Makefile.am (componentdir): Removed definition; this is now
defined in configure.in.
svn path=/trunk/; revision=19588
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 81213658e3..9d97b0c701 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2003-01-23 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (componentdir): Removed definition; this is now + defined in configure.in. + 2003-01-22 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (mail_config_get_thread_list): Removed. diff --git a/mail/Makefile.am b/mail/Makefile.am index a6f01cedb5..8f3589ef49 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -36,7 +36,6 @@ INCLUDES = \ -DGTK_DISABLE_DEPRECATED \ -DG_LOG_DOMAIN=\"evolution-mail\" -componentdir = $(COMPONENT_DIR) component_LTLIBRARIES = libevolution-mail.la EVOLUTION_MAIL_CORBA_GENERATED = \ |