diff options
author | Milan Crha <mcrha@redhat.com> | 2013-09-24 15:21:34 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2013-09-24 15:21:34 +0800 |
commit | a3b2e00c235aecaaaad14881d0444e840089cf7e (patch) | |
tree | e0b310e510873e7edc56f1424f7e41ba62cd6a30 /modules/addressbook/Makefile.am | |
parent | 0055354699ac7e1306b6dac1f5e16710370519af (diff) | |
download | gsoc2013-evolution-a3b2e00c235aecaaaad14881d0444e840089cf7e.tar gsoc2013-evolution-a3b2e00c235aecaaaad14881d0444e840089cf7e.tar.gz gsoc2013-evolution-a3b2e00c235aecaaaad14881d0444e840089cf7e.tar.bz2 gsoc2013-evolution-a3b2e00c235aecaaaad14881d0444e840089cf7e.tar.lz gsoc2013-evolution-a3b2e00c235aecaaaad14881d0444e840089cf7e.tar.xz gsoc2013-evolution-a3b2e00c235aecaaaad14881d0444e840089cf7e.tar.zst gsoc2013-evolution-a3b2e00c235aecaaaad14881d0444e840089cf7e.zip |
Bug #659890 - Merge addressbook 'widgets' and 'merging' libraries
These two cross-referenced each other, which could cause runtime issues,
thus rather merge them into one.
Diffstat (limited to 'modules/addressbook/Makefile.am')
-rw-r--r-- | modules/addressbook/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/addressbook/Makefile.am b/modules/addressbook/Makefile.am index 8faf8a3967..f30a75204c 100644 --- a/modules/addressbook/Makefile.am +++ b/modules/addressbook/Makefile.am @@ -55,7 +55,6 @@ module_addressbook_la_LIBADD = \ $(top_builddir)/composer/libevolution-mail-composer.la \ $(top_builddir)/addressbook/printing/libecontactprint.la \ $(top_builddir)/shell/libevolution-shell.la \ - $(top_builddir)/addressbook/gui/merging/libeabbookmerging.la \ $(top_builddir)/addressbook/gui/widgets/libeabwidgets.la \ $(top_builddir)/addressbook/util/libeabutil.la \ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \ |