diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-08-23 17:11:47 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-08-23 17:11:47 +0800 |
commit | ef435ebae5066a28bee26c14fdfed91a9a7a7cc7 (patch) | |
tree | 2df5f5bc11b76605437053b3c395953499745da7 | |
parent | 1566594525ab6d7accd167e1f00dfa320e438cb6 (diff) | |
download | gsoc2013-evolution-ef435ebae5066a28bee26c14fdfed91a9a7a7cc7.tar gsoc2013-evolution-ef435ebae5066a28bee26c14fdfed91a9a7a7cc7.tar.gz gsoc2013-evolution-ef435ebae5066a28bee26c14fdfed91a9a7a7cc7.tar.bz2 gsoc2013-evolution-ef435ebae5066a28bee26c14fdfed91a9a7a7cc7.tar.lz gsoc2013-evolution-ef435ebae5066a28bee26c14fdfed91a9a7a7cc7.tar.xz gsoc2013-evolution-ef435ebae5066a28bee26c14fdfed91a9a7a7cc7.tar.zst gsoc2013-evolution-ef435ebae5066a28bee26c14fdfed91a9a7a7cc7.zip |
Link with filter library.
svn path=/trunk/; revision=4982
-rw-r--r-- | addressbook/gui/component/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 9dc6f10e3a..dc405700e8 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -56,9 +56,10 @@ evolution_addressbook_LDADD = \ $(top_builddir)/widgets/e-text/libetext.a \ $(top_builddir)/widgets/e-table/libetable.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ - $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/addressbook/printing/libecontactprint.a \ - $(top_builddir)/addressbook/gui/search/libeaddressbooksearch.a + $(top_builddir)/addressbook/gui/search/libeaddressbooksearch.a \ + $(top_builddir)/filter/libfilter.la \ + $(top_builddir)/e-util/libeutil.la evolution_addressbook_LDFLAGS = `gnome-config --libs gdk_pixbuf` |