From f765a95ff90d6993339449ca2f5b2063e29dcb66 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Sat, 22 Jul 2006 11:08:24 +0000 Subject: Reviewed by Harish Krishnaswamy 2006-07-22 Yuri Pankov Reviewed by Harish Krishnaswamy * printing/Makefile.am: Add missing .la files Fixes #334206. svn path=/trunk/; revision=32383 --- addressbook/printing/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/printing/Makefile.am') diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index 8da93df0b8..0f3a3e85f3 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -40,6 +40,7 @@ contact_print_test_SOURCES = \ contact_print_test_LDADD = \ libecontactprint.la \ $(top_builddir)/addressbook/util/libeabutil.la \ + $(top_builddir)/e-util/libeutil.la \ $(EVOLUTION_ADDRESSBOOK_LIBS) contact_print_style_editor_test_SOURCES = \ @@ -48,6 +49,7 @@ contact_print_style_editor_test_SOURCES = \ contact_print_style_editor_test_LDADD = \ libecontactprint.la \ $(top_builddir)/addressbook/util/libeabutil.la \ + $(top_builddir)/e-util/libeutil.la \ $(EVOLUTION_ADDRESSBOOK_LIBS) -- cgit v1.2.3