diff options
author | JP Rosevear <jpr@ximian.com> | 2003-02-28 07:05:39 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-02-28 07:05:39 +0800 |
commit | 7b9c6c0baa7f2851a5231a9cca72c4b1c3bb0fe8 (patch) | |
tree | 55cb500a5f73febde2eac176f59d6a39ec519ef8 /addressbook/conduit | |
parent | acfd3547298eac38d9bf5ae373f3d82a5d952d0a (diff) | |
download | gsoc2013-evolution-7b9c6c0baa7f2851a5231a9cca72c4b1c3bb0fe8.tar.gz gsoc2013-evolution-7b9c6c0baa7f2851a5231a9cca72c4b1c3bb0fe8.tar.zst gsoc2013-evolution-7b9c6c0baa7f2851a5231a9cca72c4b1c3bb0fe8.zip |
link to libversit libtool object
2003-02-27 JP Rosevear <jpr@ximian.com>
* conduit/Makefile.am: link to libversit libtool object
svn path=/trunk/; revision=20093
Diffstat (limited to 'addressbook/conduit')
-rw-r--r-- | addressbook/conduit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index b630443862..e7767dbcae 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -20,7 +20,7 @@ libeaddress_conduit_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/addressbook/backend/ebook/libebook-static.la \ $(top_builddir)/e-util/ename/libename-static.la \ - $(top_builddir)/libversit/libversit.a \ + $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libeconduit-static.la \ $(top_builddir)/camel/libcamel.la \ $(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS) |