aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-08-30 20:20:43 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-30 20:20:43 +0800
commitb0fd7dc25a7708118efe7176ad3ec3f0823119e2 (patch)
tree309f4f0af213cdc2f3e2138c752961b229eb5bb5 /addressbook/printing
parentb6d94ce7a3d3646030c24fa5b9a03a32c3a9fe42 (diff)
downloadgsoc2013-evolution-b0fd7dc25a7708118efe7176ad3ec3f0823119e2.tar
gsoc2013-evolution-b0fd7dc25a7708118efe7176ad3ec3f0823119e2.tar.gz
gsoc2013-evolution-b0fd7dc25a7708118efe7176ad3ec3f0823119e2.tar.bz2
gsoc2013-evolution-b0fd7dc25a7708118efe7176ad3ec3f0823119e2.tar.lz
gsoc2013-evolution-b0fd7dc25a7708118efe7176ad3ec3f0823119e2.tar.xz
gsoc2013-evolution-b0fd7dc25a7708118efe7176ad3ec3f0823119e2.tar.zst
gsoc2013-evolution-b0fd7dc25a7708118efe7176ad3ec3f0823119e2.zip
** Fixes bug #548348
2008-08-30 Matthew Barnes <mbarnes@redhat.com> ** 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
Diffstat (limited to 'addressbook/printing')
-rw-r--r--addressbook/printing/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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