From 8ff88efc7d56618fbf253a3c777ee52f45c188ae Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 30 Jan 2006 18:11:17 +0000 Subject: Link with libefilterbar, too. 2006-01-30 Tor Lillqvist * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): Link with libefilterbar, too. svn path=/trunk/; revision=31381 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/Makefile.am | 1 + 2 files changed, 6 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 87af5516e2..66ecfbc12a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2006-01-30 Tor Lillqvist + + * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): + Link with libefilterbar, too. + 2006-01-30 Harish Krishnaswamy * gui/component/addressbook-view.c: diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 612f06025b..e948202561 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -53,6 +53,7 @@ libevolution_addressbook_la_LIBADD = \ $(top_builddir)/widgets/table/libetable.la \ $(top_builddir)/widgets/text/libetext.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(top_builddir)/widgets/misc/libefilterbar.la \ $(top_builddir)/widgets/menus/libmenus.la \ $(top_builddir)/a11y/addressbook/libevolution-addressbook-a11y.la \ $(top_builddir)/addressbook/importers/libevolution-addressbook-importers.la \ -- cgit