From 9c3b7cbe4921f073f939b1c70e112662588122cc Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 23 Jan 2003 17:47:06 +0000 Subject: 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 --- mail/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'mail/Makefile.am') 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 = \ -- cgit