From 6aee9303c127fa072c49d42b412e3511f2ff4af2 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 7 Jan 2004 14:39:21 +0000 Subject: link in printer stuff 2004-01-07 JP Rosevear * gui/component/Makefile.am: link in printer stuff Fixes #51172 svn path=/trunk/; revision=24087 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/component/Makefile.am | 1 + 2 files changed, 7 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 63eb3940e9..064e762979 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2004-01-07 JP Rosevear + + * gui/component/Makefile.am: link in printer stuff + + Fixes #51172 + 2004-01-06 Chris Toshok * gui/component/addressbook-migrate.c (check_for_conflict): remove diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index d9f179c442..f9cf8b78fa 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -45,6 +45,7 @@ endif libevolution_addressbook_la_LIBADD = \ $(SMIME_LIB) \ + $(top_builddir)/addressbook/printing/libecontactprint.la \ $(top_builddir)/addressbook/gui/component/select-names/libeselectnames.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/addressbook/gui/merging/libeabbookmerging.la \ -- cgit