aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/conduit/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-09-11 22:55:52 +0800
committerDan Winship <danw@src.gnome.org>2003-09-11 22:55:52 +0800
commitd64c2ec239f3ee3afca669d13035b55e1d6d2af9 (patch)
tree5aa42722fd0d1b30303f4824124e1f44e666dc36 /addressbook/conduit/Makefile.am
parentd4559401f1a8cdcecb80f102d48544655df45b14 (diff)
downloadgsoc2013-evolution-d64c2ec239f3ee3afca669d13035b55e1d6d2af9.tar
gsoc2013-evolution-d64c2ec239f3ee3afca669d13035b55e1d6d2af9.tar.gz
gsoc2013-evolution-d64c2ec239f3ee3afca669d13035b55e1d6d2af9.tar.bz2
gsoc2013-evolution-d64c2ec239f3ee3afca669d13035b55e1d6d2af9.tar.lz
gsoc2013-evolution-d64c2ec239f3ee3afca669d13035b55e1d6d2af9.tar.xz
gsoc2013-evolution-d64c2ec239f3ee3afca669d13035b55e1d6d2af9.tar.zst
gsoc2013-evolution-d64c2ec239f3ee3afca669d13035b55e1d6d2af9.zip
Remove libebook-static.la
* backend/ebook/Makefile.am (privlib_LTLIBRARIES): Remove libebook-static.la * conduit/Makefile.am (libeaddress_conduit_la_LIBADD): Use non-static versions of libraries: the static ones were only needed for libtool 1.3. svn path=/trunk/; revision=22515
Diffstat (limited to 'addressbook/conduit/Makefile.am')
-rw-r--r--addressbook/conduit/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am
index e7767dbcae..ca6d7fab30 100644
--- a/addressbook/conduit/Makefile.am
+++ b/addressbook/conduit/Makefile.am
@@ -18,10 +18,10 @@ libeaddress_conduit_la_SOURCES = \
libeaddress_conduit_la_LDFLAGS = -module -avoid-version
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)/addressbook/backend/ebook/libebook.la \
+ $(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/libversit/libversit.la \
- $(top_builddir)/e-util/libeconduit-static.la \
+ $(top_builddir)/e-util/libeconduit.la \
$(top_builddir)/camel/libcamel.la \
$(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS)