[next] telepathy-glib: List libraries lowest-level-first, so installation works

Simon McVittie smcv at kemper.freedesktop.org
Fri May 4 07:59:34 PDT 2012


Module: telepathy-glib
Branch: next
Commit: c3d3f29a61886f87f16e1c335aabc506b2b6beb3
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=c3d3f29a61886f87f16e1c335aabc506b2b6beb3

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri May  4 15:56:00 2012 +0100

List libraries lowest-level-first, so installation works

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49477
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 telepathy-glib/Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am
index 3bde4bc..02e1e33 100644
--- a/telepathy-glib/Makefile.am
+++ b/telepathy-glib/Makefile.am
@@ -23,10 +23,12 @@ EXTRA_DIST = \
 # internal symbols (_tp_log) which are made invisible by GNU ld, and it
 # makes checking consistency of the ABI easier.
 
+# Put the lowest-level library first, so that libtool will be able to relink
+# them during installation.
 lib_LTLIBRARIES = \
-    libtelepathy-glib-1.la \
-    libtelepathy-glib-1-dbus.la \
     libtelepathy-glib-1-core.la \
+    libtelepathy-glib-1-dbus.la \
+    libtelepathy-glib-1.la \
     $(NULL)
 
 noinst_LTLIBRARIES = \



More information about the telepathy-commits mailing list