diff options
author | Chris Toshok <toshok@ximian.com> | 2002-12-10 05:24:20 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-12-10 05:24:20 +0800 |
commit | 4f476ec48a182f891ea5a6db2908429b9110badb (patch) | |
tree | 9a0a1997b3da72adfa0421d75de8c5ece4be3008 /addressbook/gui/component/Makefile.am | |
parent | 79178c27f26f7419c3e8f9ae2782ba3f3ab7de6b (diff) | |
download | gsoc2013-evolution-4f476ec48a182f891ea5a6db2908429b9110badb.tar.gz gsoc2013-evolution-4f476ec48a182f891ea5a6db2908429b9110badb.tar.zst gsoc2013-evolution-4f476ec48a182f891ea5a6db2908429b9110badb.zip |
remove PENDING_PORT_WORK. (addressbook_search_activated): same.
2002-12-09 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook.c (search_cb): remove
PENDING_PORT_WORK.
(addressbook_search_activated): same.
(addressbook_query_changed): same.
* gui/component/Makefile.am (libevolution_addressbook_la_LIBADD):
add libfilter.la back in.
svn path=/trunk/; revision=19069
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index f4e11047b5..8d4fcb2471 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -53,6 +53,7 @@ libevolution_addressbook_la_LIBADD = \ $(top_builddir)/addressbook/gui/widgets/libeminicard.a \ $(top_builddir)/addressbook/printing/libecontactprint.a \ $(top_builddir)/addressbook/gui/search/libeaddressbooksearch.a \ + $(top_builddir)/filter/libfilter.la \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/ename/libename.la \ @@ -65,8 +66,6 @@ libevolution_addressbook_la_LIBADD = \ $(top_builddir)/widgets/menus/libmenus.la \ $(EVOLUTION_ADDRESSBOOK_LIBS) $(LDAP_LIBS) -# not done yet: -# $(top_builddir)/filter/libfilter.la libevolution_addressbook_la_LDFLAGS = -module -avoid-version |