aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrene.Huang <Irene.Huang@sun.com>2006-02-22 19:23:14 +0800
committerHarry Lu <haip@src.gnome.org>2006-02-22 19:23:14 +0800
commit760474b33acb8cd5a158466fdc2239695908e660 (patch)
tree9a404e3eba5f635665e76191b48b27b87c873be1
parent6625ba10f974eb9ea0be5bd537770d416df5d874 (diff)
downloadgsoc2013-evolution-760474b33acb8cd5a158466fdc2239695908e660.tar
gsoc2013-evolution-760474b33acb8cd5a158466fdc2239695908e660.tar.gz
gsoc2013-evolution-760474b33acb8cd5a158466fdc2239695908e660.tar.bz2
gsoc2013-evolution-760474b33acb8cd5a158466fdc2239695908e660.tar.lz
gsoc2013-evolution-760474b33acb8cd5a158466fdc2239695908e660.tar.xz
gsoc2013-evolution-760474b33acb8cd5a158466fdc2239695908e660.tar.zst
gsoc2013-evolution-760474b33acb8cd5a158466fdc2239695908e660.zip
Fixes bug #328252
2006-02-22 Irene.Huang <Irene.Huang@sun.com> Fixes bug #328252 * Makefile.am: Add $(EVOLUTION_CALENDAR_LIBS) to liborg_gnome_evolution_caldav_la_LIBADD. svn path=/trunk/; revision=31562
-rw-r--r--plugins/caldav/ChangeLog7
-rw-r--r--plugins/caldav/Makefile.am1
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/caldav/ChangeLog b/plugins/caldav/ChangeLog
index 4292054298..e882bb30dc 100644
--- a/plugins/caldav/ChangeLog
+++ b/plugins/caldav/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-22 Irene.Huang <Irene.Huang@sun.com>
+
+ Fixes bug #328252
+
+ * Makefile.am: Add $(EVOLUTION_CALENDAR_LIBS)
+ to liborg_gnome_evolution_caldav_la_LIBADD.
+
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am : Integrate with eplugin make
diff --git a/plugins/caldav/Makefile.am b/plugins/caldav/Makefile.am
index 3d982b4233..44a10635ee 100644
--- a/plugins/caldav/Makefile.am
+++ b/plugins/caldav/Makefile.am
@@ -13,6 +13,7 @@ liborg_gnome_evolution_caldav_la_SOURCES = \
caldav-source.c
liborg_gnome_evolution_caldav_la_LIBADD = \
+ $(EVOLUTION_CALENDAR_LIBS) \
$(EPLUGIN_LIBS)
liborg_gnome_evolution_caldav_la_LDFLAGS = -module -avoid-version