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 --- my-evolution/ChangeLog | 5 +++++ my-evolution/Makefile.am | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'my-evolution') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 81d9681dbf..7e8b045810 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,8 @@ +2003-01-23 Ettore Perazzoli + + * Makefile.am (componentdir): Removed definition; this is now + defined in configure.in. + 2003-01-22 Ettore Perazzoli * e-summary-factory.c (control_activate): Get my-evolution.xml diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index b33d0adc94..470136da08 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -78,7 +78,6 @@ summary_libs = \ $(top_builddir)/libwombat/libwombat.la \ $(EVOLUTION_EXECUTIVE_SUMMARY_LIBS) -componentdir = $(COMPONENT_DIR) component_LTLIBRARIES = libevolution-executive-summary.la libevolution_executive_summary_la_SOURCES = $(summary_sources) libevolution_executive_summary_la_LIBADD = $(summary_libs) -- cgit v1.2.3