aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
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/gui/Makefile.am
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/gui/Makefile.am')
-rw-r--r--calendar/gui/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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`