diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-03 15:41:05 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-03 15:41:05 +0800 |
commit | b8306eaf97e4f85b087e4c30a1f3793490d08a01 (patch) | |
tree | 733692e0e02b03ea28ad836cd897f45558695783 /calendar/gui/tasks-control-factory.c | |
parent | 907d3f8a5467ac3891e8734b436b5ab6046e0e6e (diff) | |
download | gsoc2013-evolution-b8306eaf97e4f85b087e4c30a1f3793490d08a01.tar.gz gsoc2013-evolution-b8306eaf97e4f85b087e4c30a1f3793490d08a01.tar.zst gsoc2013-evolution-b8306eaf97e4f85b087e4c30a1f3793490d08a01.zip |
Fix linking order for `$(DB3_LDADD)'s so that we avoid pulling
functions from a different Berkeley DB library when we really don't
mean to.
svn path=/trunk/; revision=10105
Diffstat (limited to 'calendar/gui/tasks-control-factory.c')
-rw-r--r-- | calendar/gui/tasks-control-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/tasks-control-factory.c b/calendar/gui/tasks-control-factory.c index 2d40877cf5..0f49fa6c85 100644 --- a/calendar/gui/tasks-control-factory.c +++ b/calendar/gui/tasks-control-factory.c @@ -25,7 +25,7 @@ #include <config.h> #include <bonobo/bonobo-control.h> #include <bonobo/bonobo-generic-factory.h> -#include <bonobo/bonobo-running-context.h> +#include <bonobo/bonobo-context.h> #include <liboaf/liboaf.h> |