diff options
author | JP Rosevear <jpr@src.gnome.org> | 2001-06-02 08:03:07 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-02 08:03:07 +0800 |
commit | e3e20f34c212bef6565f28aba05a0566ae51b74a (patch) | |
tree | 98e8d61c1cf2c5ac21456bbc95fbc892032eda29 | |
parent | 61ddb671592cd853117d02fce32a1e4468b88645 (diff) | |
download | gsoc2013-evolution-e3e20f34c212bef6565f28aba05a0566ae51b74a.tar gsoc2013-evolution-e3e20f34c212bef6565f28aba05a0566ae51b74a.tar.gz gsoc2013-evolution-e3e20f34c212bef6565f28aba05a0566ae51b74a.tar.bz2 gsoc2013-evolution-e3e20f34c212bef6565f28aba05a0566ae51b74a.tar.lz gsoc2013-evolution-e3e20f34c212bef6565f28aba05a0566ae51b74a.tar.xz gsoc2013-evolution-e3e20f34c212bef6565f28aba05a0566ae51b74a.tar.zst gsoc2013-evolution-e3e20f34c212bef6565f28aba05a0566ae51b74a.zip |
oops, didn't mean to make that change
svn path=/trunk/; revision=10090
-rw-r--r-- | calendar/gui/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 55a19bbf4c..32947d5772 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -128,7 +128,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` |