aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-02 06:58:17 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-02 06:58:17 +0800
commit338203f38e6841318c76dd6d330e223489e8e5ad (patch)
tree47cbc8ddcbb98c5059b944cb12926f87cc98f9bc /calendar
parentdfda76b995cedfee0588e3f9a9b7e22574dd0c58 (diff)
downloadgsoc2013-evolution-338203f38e6841318c76dd6d330e223489e8e5ad.tar
gsoc2013-evolution-338203f38e6841318c76dd6d330e223489e8e5ad.tar.gz
gsoc2013-evolution-338203f38e6841318c76dd6d330e223489e8e5ad.tar.bz2
gsoc2013-evolution-338203f38e6841318c76dd6d330e223489e8e5ad.tar.lz
gsoc2013-evolution-338203f38e6841318c76dd6d330e223489e8e5ad.tar.xz
gsoc2013-evolution-338203f38e6841318c76dd6d330e223489e8e5ad.tar.zst
gsoc2013-evolution-338203f38e6841318c76dd6d330e223489e8e5ad.zip
Add a bunch of missing `$(DB3_LDADD)'s.
svn path=/trunk/; revision=10085
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7ae1a97da8..bb76b0c8fa 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-01 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/Makefile.am (evolution_calendar_LDADD): Add `$(DB3_LDADD)'.
+
2001-05-29 Federico Mena Quintero <federico@ximian.com>
* gui/e-tasks.c (e_tasks_get_calendar_table): New function.
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 2910efc322..571d4f6db8 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -131,7 +131,8 @@ evolution_calendar_LDADD = \
$(BONOBO_HTML_GNOME_LIBS) \
$(GNOME_VFS_LIBS) \
$(GAL_LIBS) \
- $(INTLLIBS)
+ $(INTLLIBS) \
+ $(DB3_LDADD)
#evolution_calendar_LDFLAGS = `gnome-config --libs gdk_pixbuf`