aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog7
-rw-r--r--addressbook/printing/Makefile.am2
2 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 3c16080d36..31a7cddf25 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-22 Yuri Pankov <yuri.pankov@gmail.com>
+
+ Reviewed by Harish Krishnaswamy <kharish@novell.com>
+
+ * printing/Makefile.am: Add missing .la files
+ Fixes #334206.
+
2006-07-20 Boby Wang <boby.wang@sun.com>
Reviewed by Harish Krishnaswamy <kharish@novell.com>
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)