diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-07 22:39:21 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-07 22:39:21 +0800 |
commit | 6aee9303c127fa072c49d42b412e3511f2ff4af2 (patch) | |
tree | 1e243c38fe385506a0523a6ecb6043c47bd4c997 /addressbook/gui/component/Makefile.am | |
parent | e2b0897d8088cb4c118f4564e9f6de2845de3176 (diff) | |
download | gsoc2013-evolution-6aee9303c127fa072c49d42b412e3511f2ff4af2.tar.gz gsoc2013-evolution-6aee9303c127fa072c49d42b412e3511f2ff4af2.tar.zst gsoc2013-evolution-6aee9303c127fa072c49d42b412e3511f2ff4af2.zip |
link in printer stuff
2004-01-07 JP Rosevear <jpr@ximian.com>
* gui/component/Makefile.am: link in printer stuff
Fixes #51172
svn path=/trunk/; revision=24087
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |