From b0fd7dc25a7708118efe7176ad3ec3f0823119e2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 30 Aug 2008 12:20:43 +0000 Subject: ** Fixes bug #548348 2008-08-30 Matthew Barnes ** Fixes bug #548348 * addressbook/printing/Makefile.am: Add a libecontactprint_la_LIBADD stanza so we link to the correct libemiscwidgets and libeutil. svn path=/trunk/; revision=36220 --- addressbook/ChangeLog | 8 ++++++++ addressbook/printing/Makefile.am | 4 ++++ 2 files changed, 12 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0551364313..f19fefed6a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2008-08-30 Matthew Barnes + + ** Fixes bug #548348 + + * printing/Makefile.am: + Add a libecontactprint_la_LIBADD stanza so we link to the + correct libemiscwidgets and libeutil. + 2008-08-27 Philip Withnall ** Fix for bug #534762 diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index 6113519b2f..a2c3bec2fe 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -28,6 +28,10 @@ libecontactprint_la_SOURCES = \ e-contact-print.c \ e-contact-print.h +libecontactprint_la_LIBADD = \ + $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/widgets/misc/libemiscwidgets.la + noinst_PROGRAMS = \ contact-print-test \ contact-print-style-editor-test -- cgit