aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-01-30 19:52:59 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-01-30 19:52:59 +0800
commit561081cbd0f657d5e9484bdf99c40fe820b1350b (patch)
treead7ea72dc4d2df04540dcf3e1ce8ec894ddc368b /addressbook
parent1c0c36fc8fd05091cef3297c1ce6841d90536b5e (diff)
downloadgsoc2013-evolution-561081cbd0f657d5e9484bdf99c40fe820b1350b.tar
gsoc2013-evolution-561081cbd0f657d5e9484bdf99c40fe820b1350b.tar.gz
gsoc2013-evolution-561081cbd0f657d5e9484bdf99c40fe820b1350b.tar.bz2
gsoc2013-evolution-561081cbd0f657d5e9484bdf99c40fe820b1350b.tar.lz
gsoc2013-evolution-561081cbd0f657d5e9484bdf99c40fe820b1350b.tar.xz
gsoc2013-evolution-561081cbd0f657d5e9484bdf99c40fe820b1350b.tar.zst
gsoc2013-evolution-561081cbd0f657d5e9484bdf99c40fe820b1350b.zip
Removed reference to "search" directory. Fixes the build issue.
svn path=/trunk/; revision=31369
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/Makefile.am1
2 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f56f426202..685188c16f 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-30 Sushma Rai <rsushma@novell.com>
+
+ * gui/component/Makefile.am: Removed reference to "search" directory.
+ Fixes the build issue.
+
2006-01-30 Devashish Sharma <sdevashish@novell.com>
* gui/widgets/e-addressbook-view.[ch]: Added save advanced search for
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index b5fd69d1bc..612f06025b 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -46,7 +46,6 @@ libevolution_addressbook_la_LIBADD = \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/addressbook/gui/merging/libeabbookmerging.la \
$(top_builddir)/addressbook/gui/widgets/libeabwidgets.la \
- $(top_builddir)/addressbook/gui/search/libeaddressbooksearch.la \
$(top_builddir)/filter/libfilter.la \
$(top_builddir)/addressbook/util/libeabutil.la \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \