diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-22 05:24:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-22 05:24:34 +0800 |
commit | d40f089a706484364ceb499d6bb4f6d823b92b09 (patch) | |
tree | 2a467c1fcafe9828b96fc82de3c8d115e1234aa7 /addressbook/printing | |
parent | 80906889c2d0c7db9a69ca5d2e3a7657effd311b (diff) | |
download | gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.gz gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.bz2 gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.lz gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.xz gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.zst gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.zip |
Make libversit a shared library, update stuff for that, and clean up
some LDADDs in the process
svn path=/trunk/; revision=19994
Diffstat (limited to 'addressbook/printing')
-rw-r--r-- | addressbook/printing/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index 67868ac237..15871b005b 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -39,11 +39,6 @@ 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 \ - $(top_builddir)/camel/libcamel.la \ libecontactprint.a \ $(EVOLUTION_ADDRESSBOOK_LIBS) @@ -52,10 +47,6 @@ 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) |