aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution')
-rw-r--r--my-evolution/ChangeLog5
-rw-r--r--my-evolution/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 9f678f71ed..0dc8059a9a 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,5 +1,10 @@
2002-12-04 Ettore Perazzoli <ettore@ximian.com>
+ * Makefile.am (componentdir): Install in $(COMPONENT_DIR), not in
+ ${prefix}/evolution/components.
+
+2002-12-04 Ettore Perazzoli <ettore@ximian.com>
+
* GNOME_Evolution_Summary.server.in.in: Updated to be a shared
library.
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am
index 049deefebc..6eabb5ff0a 100644
--- a/my-evolution/Makefile.am
+++ b/my-evolution/Makefile.am
@@ -74,7 +74,7 @@ summary_libs = \
$(top_builddir)/libwombat/libwombat.la \
$(EVOLUTION_EXECUTIVE_SUMMARY_LIBS)
-componentdir = $(prefix)/evolution/components
+componentdir = $(COMPONENT_DIR)
component_LTLIBRARIES = libevolution-executive-summary.la
libevolution_executive_summary_la_SOURCES = $(summary_sources)
libevolution_executive_summary_la_LIBADD = $(summary_libs)