diff options
author | Milan Crha <mcrha@redhat.com> | 2013-01-23 00:06:53 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2013-01-23 00:06:53 +0800 |
commit | 41edc5515b6e9333b36a39bb31ebbd455e74d73d (patch) | |
tree | b47af0cc448596c20151cb482cf9b244f65a7b4d /addressbook/printing/Makefile.am | |
parent | dde7200f40a26aa9a70949a56aae0a53bbf67afd (diff) | |
download | gsoc2013-evolution-41edc5515b6e9333b36a39bb31ebbd455e74d73d.tar gsoc2013-evolution-41edc5515b6e9333b36a39bb31ebbd455e74d73d.tar.gz gsoc2013-evolution-41edc5515b6e9333b36a39bb31ebbd455e74d73d.tar.bz2 gsoc2013-evolution-41edc5515b6e9333b36a39bb31ebbd455e74d73d.tar.lz gsoc2013-evolution-41edc5515b6e9333b36a39bb31ebbd455e74d73d.tar.xz gsoc2013-evolution-41edc5515b6e9333b36a39bb31ebbd455e74d73d.tar.zst gsoc2013-evolution-41edc5515b6e9333b36a39bb31ebbd455e74d73d.zip |
Contact's print doesn't decode QP encoded email addresses
Diffstat (limited to 'addressbook/printing/Makefile.am')
-rw-r--r-- | addressbook/printing/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index 8b54d3817d..d03938f21d 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -24,6 +24,7 @@ libecontactprint_la_SOURCES = \ libecontactprint_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/addressbook/util/libeabutil.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) |