diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-09 06:45:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-09 06:45:39 +0800 |
commit | c2e7f31b204c7b919f8b79af2ebc544325706e9c (patch) | |
tree | 52add5ea4cc50a3a6945d9170e56c3d6f4420d4c | |
parent | 97fffee6d70a12cbc02be95d3ffbdc205504bb16 (diff) | |
download | gsoc2013-evolution-c2e7f31b204c7b919f8b79af2ebc544325706e9c.tar gsoc2013-evolution-c2e7f31b204c7b919f8b79af2ebc544325706e9c.tar.gz gsoc2013-evolution-c2e7f31b204c7b919f8b79af2ebc544325706e9c.tar.bz2 gsoc2013-evolution-c2e7f31b204c7b919f8b79af2ebc544325706e9c.tar.lz gsoc2013-evolution-c2e7f31b204c7b919f8b79af2ebc544325706e9c.tar.xz gsoc2013-evolution-c2e7f31b204c7b919f8b79af2ebc544325706e9c.tar.zst gsoc2013-evolution-c2e7f31b204c7b919f8b79af2ebc544325706e9c.zip |
add camel back in. (contact_print_style_editor_test_LDADD): same.
2002-11-08 Chris Toshok <toshok@ximian.com>
* printing/Makefile.am (contact_print_test_LDADD): add camel back in.
(contact_print_style_editor_test_LDADD): same.
svn path=/trunk/; revision=18677
-rw-r--r-- | addressbook/printing/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index 5455774779..f9e6010e0d 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -43,6 +43,7 @@ contact_print_test_SOURCES = \ contact_print_test_LDADD = \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ + $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libversit/libversit.a \ $(top_builddir)/e-util/ename/libename.la \ @@ -54,15 +55,13 @@ contact_print_style_editor_test_SOURCES = \ contact_print_style_editor_test_LDADD = \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ + $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libversit/libversit.a \ $(top_builddir)/e-util/ename/libename.la \ libecontactprint.a \ $(EVOLUTION_ADDRESSBOOK_LIBS) -# PENDING_PORT_WORK -# from above two LDADD's -# $(top_builddir)/camel/libcamel.la \ EXTRA_DIST = \ |