aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-28 22:50:43 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-28 22:50:43 +0800
commit46411304c0b487edf57b3b4223593342aac9fe84 (patch)
tree02de224aed3335847c91ce87cb8df6d02b966848
parentb8a53f033dd2e92d493c365c07e081b34f95bc42 (diff)
downloadgsoc2013-evolution-46411304c0b487edf57b3b4223593342aac9fe84.tar
gsoc2013-evolution-46411304c0b487edf57b3b4223593342aac9fe84.tar.gz
gsoc2013-evolution-46411304c0b487edf57b3b4223593342aac9fe84.tar.bz2
gsoc2013-evolution-46411304c0b487edf57b3b4223593342aac9fe84.tar.lz
gsoc2013-evolution-46411304c0b487edf57b3b4223593342aac9fe84.tar.xz
gsoc2013-evolution-46411304c0b487edf57b3b4223593342aac9fe84.tar.zst
gsoc2013-evolution-46411304c0b487edf57b3b4223593342aac9fe84.zip
Remove storage test code that I committed by accident.
svn path=/trunk/; revision=3243
-rw-r--r--addressbook/gui/component/Makefile.am11
-rw-r--r--addressbook/gui/component/addressbook-component.c1
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"