aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-09-24 02:33:27 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-09-24 02:33:27 +0800
commit99f8a976b9593adaef827adf1b4dabe0bf603b3f (patch)
tree0e8bbd199dcfa19faee91db133ed9e009693e8bb
parentaa26b395ae88d930b2331fd924e7ddb1d9283ecf (diff)
downloadgsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar.gz
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar.bz2
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar.lz
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar.xz
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar.zst
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.zip
add libeutil to the link
2002-09-23 JP Rosevear <jpr@ximian.com> * conduits/todo/Makefile.am: add libeutil to the link * conduits/calendar/Makefile.am: ditto svn path=/trunk/; revision=18172
-rw-r--r--calendar/ChangeLog8
-rw-r--r--calendar/conduits/calendar/Makefile.am1
-rw-r--r--calendar/conduits/todo/Makefile.am1
3 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 04843e7913..f155fa6785 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-23 JP Rosevear <jpr@ximian.com>
+
+ * conduits/todo/Makefile.am: add libeutil to the link
+
+ * conduits/calendar/Makefile.am: ditto
+
2002-09-23 Dan Winship <danw@ximian.com>
* pcs/cal.c (imple_Cal_update_objects, impl_Cal_remove_object):
@@ -115,6 +121,8 @@
(e_week_view_on_new_appointment): ditto
(e_week_view_on_new_meeting): ditto
+ Fixes #18162
+
2002-09-10 JP Rosevear <jpr@ximian.com>
* gui/comp-editor-factory.c (get_default_event): duh, don't
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am
index d92667bb04..3ddaf94ee7 100644
--- a/calendar/conduits/calendar/Makefile.am
+++ b/calendar/conduits/calendar/Makefile.am
@@ -17,6 +17,7 @@ libecalendar_conduit_la_SOURCES = \
libecalendar_conduit_la_LDFLAGS = -module -avoid-version
libecalendar_conduit_la_LIBADD = \
+ $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/calendar/cal-client/libcal-client-static.la \
$(top_builddir)/calendar/cal-util/libcal-util-static.la \
$(top_builddir)/libversit/libversit.a \
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am
index 036e4f153a..7c0822debc 100644
--- a/calendar/conduits/todo/Makefile.am
+++ b/calendar/conduits/todo/Makefile.am
@@ -17,6 +17,7 @@ libetodo_conduit_la_SOURCES = \
libetodo_conduit_la_LDFLAGS = -module -avoid-version
libetodo_conduit_la_LIBADD = \
+ $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/calendar/cal-client/libcal-client-static.la \
$(top_builddir)/calendar/cal-util/libcal-util-static.la \
$(top_builddir)/libversit/libversit.a \