From 46411304c0b487edf57b3b4223593342aac9fe84 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 28 May 2000 14:50:43 +0000 Subject: Remove storage test code that I committed by accident. svn path=/trunk/; revision=3243 --- addressbook/gui/component/Makefile.am | 11 ++++++----- addressbook/gui/component/addressbook-component.c | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'addressbook/gui/component') 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 #include "evolution-shell-component.h" +#include "evolution-storage.h" #include "addressbook-component.h" -- cgit v1.2.3