From 41edc5515b6e9333b36a39bb31ebbd455e74d73d Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 22 Jan 2013 17:06:53 +0100 Subject: Contact's print doesn't decode QP encoded email addresses --- addressbook/gui/widgets/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui/widgets/Makefile.am') diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 4881613c79..79652c4249 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -75,6 +75,7 @@ libeabwidgets_la_SOURCES = \ libeabwidgets_la_LIBADD = \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/addressbook/util/libeabutil.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) \ -- cgit