[evolution-data-server] Add some missing linker flags.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Add some missing linker flags.
- Date: Mon, 9 Apr 2012 23:49:22 +0000 (UTC)
commit 58ea460522333b1b618eef02df1cab2b35bc1e11
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Apr 9 19:45:59 2012 -0400
Add some missing linker flags.
Caught libtool linking to installed E-D-S libraries instead of "in-tree"
libraries. Wonder how many more cases are lurking, or if there's some
way to produce warnings about it...
.../addressbook/libedata-book/Makefile.am | 1 +
services/evolution-addressbook-factory/Makefile.am | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/addressbook/libedata-book/Makefile.am b/docs/reference/addressbook/libedata-book/Makefile.am
index d7642b5..9b808b4 100644
--- a/docs/reference/addressbook/libedata-book/Makefile.am
+++ b/docs/reference/addressbook/libedata-book/Makefile.am
@@ -31,6 +31,7 @@ GTKDOC_CFLAGS = \
GTKDOC_LIBS = \
$(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
+ $(top_builddir)/addressbook/libebook/libebook-1.2.la \
$(top_builddir)/libedataserver/libedataserver-1.2.la \
$(EVOLUTION_ADDRESSBOOK_LIBS)
diff --git a/services/evolution-addressbook-factory/Makefile.am b/services/evolution-addressbook-factory/Makefile.am
index 0bc4a6f..0d99ff7 100644
--- a/services/evolution-addressbook-factory/Makefile.am
+++ b/services/evolution-addressbook-factory/Makefile.am
@@ -32,6 +32,7 @@ evolution_addressbook_factory_SOURCES = \
evolution_addressbook_factory_LDADD = \
$(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
+ $(top_builddir)/addressbook/libebook/libebook-1.2.la \
$(top_builddir)/libebackend/libebackend-1.2.la \
$(top_builddir)/libedataserver/libedataserver-1.2.la \
$(EVOLUTION_ADDRESSBOOK_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]