diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 1 |
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 \ |