aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-01-31 02:11:17 +0800
committerTor Lillqvist <tml@src.gnome.org>2006-01-31 02:11:17 +0800
commit8ff88efc7d56618fbf253a3c777ee52f45c188ae (patch)
tree7c08b3c2ad51ce1cb3e343cb1ca5148567bf8dff
parent635bdd273d801de7af459a053d8977c9a0f6a699 (diff)
downloadgsoc2013-evolution-8ff88efc7d56618fbf253a3c777ee52f45c188ae.tar
gsoc2013-evolution-8ff88efc7d56618fbf253a3c777ee52f45c188ae.tar.gz
gsoc2013-evolution-8ff88efc7d56618fbf253a3c777ee52f45c188ae.tar.bz2
gsoc2013-evolution-8ff88efc7d56618fbf253a3c777ee52f45c188ae.tar.lz
gsoc2013-evolution-8ff88efc7d56618fbf253a3c777ee52f45c188ae.tar.xz
gsoc2013-evolution-8ff88efc7d56618fbf253a3c777ee52f45c188ae.tar.zst
gsoc2013-evolution-8ff88efc7d56618fbf253a3c777ee52f45c188ae.zip
Link with libefilterbar, too.
2006-01-30 Tor Lillqvist <tml@novell.com> * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): Link with libefilterbar, too. svn path=/trunk/; revision=31381
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/Makefile.am1
2 files changed, 6 insertions, 0 deletions
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 <tml@novell.com>
+
+ * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD):
+ Link with libefilterbar, too.
+
2006-01-30 Harish Krishnaswamy <kharish@novell.com>
* 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 \