diff options
-rw-r--r-- | addressbook/gui/component/Makefile.am | 11 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 1 |
2 files changed, 7 insertions, 5 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 69eb82ca43..0958528daf 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -37,11 +37,12 @@ evolution_addressbook_SOURCES = \ addressbook.h # FIXME We should make a libeshell library instead of this gross hack. -SHELL_OBJS = \ - $(top_builddir)/shell/Evolution-common.o \ - $(top_builddir)/shell/Evolution-stubs.o \ - $(top_builddir)/shell/Evolution-skels.o \ - $(top_builddir)/shell/evolution-shell-component.o +SHELL_OBJS = \ + $(top_builddir)/shell/Evolution-common.o \ + $(top_builddir)/shell/Evolution-stubs.o \ + $(top_builddir)/shell/Evolution-skels.o \ + $(top_builddir)/shell/evolution-shell-component.o \ + $(top_builddir)/shell/evolution-storage.o evolution_addressbook_LDADD = \ $(SHELL_OBJS) \ diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index a3f3dd4fd0..459a77d510 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -28,6 +28,7 @@ #include <bonobo.h> #include "evolution-shell-component.h" +#include "evolution-storage.h" #include "addressbook-component.h" |