diff options
author | JP Rosevear <jpr@ximian.com> | 2002-04-05 06:10:46 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-04-05 06:10:46 +0800 |
commit | 9bd77403270d146798a637fbf32dec6733abf4f1 (patch) | |
tree | 1b39089729b54188edc6a17a6df1501e12b4d348 /addressbook/conduit | |
parent | 713d97bbb8323f740aefda4284638172eff97269 (diff) | |
download | gsoc2013-evolution-9bd77403270d146798a637fbf32dec6733abf4f1.tar.gz gsoc2013-evolution-9bd77403270d146798a637fbf32dec6733abf4f1.tar.zst gsoc2013-evolution-9bd77403270d146798a637fbf32dec6733abf4f1.zip |
link to the static libversit
2002-04-04 JP Rosevear <jpr@ximian.com>
* conduit/Makefile.am: link to the static libversit
svn path=/trunk/; revision=16358
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 86c52dd5c9..22a3cf8e8d 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -19,7 +19,7 @@ libeaddress_conduit_la_LDFLAGS = -module -avoid-version libeaddress_conduit_la_LIBADD = \ $(top_builddir)/addressbook/backend/ebook/libebook-static.la \ $(top_builddir)/e-util/ename/libename-static.la \ - $(top_builddir)/libversit/libversit.la \ + $(top_builddir)/libversit/libversit.a \ $(top_builddir)/e-util/libeconduit-static.la \ $(top_builddir)/camel/libcamel-static.la \ $(top_builddir)/libibex/libibex.la \ |