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 /calendar/gui | |
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 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 066e47f91e..657e12c92d 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -31,7 +31,6 @@ BUILT_SOURCES = $(IDL_GENERATED) SUBDIRS = alarm-notify dialogs -componentdir = $(COMPONENT_DIR) component_LTLIBRARIES = libevolution-calendar.la INCLUDES = \ |