From c53c03a059b359034627259b7edbcda720d629f4 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Mon, 1 Aug 2011 10:22:26 +0100 Subject: Fix linking with "ld --as-needed", as used on Ubuntu oneiric Reviewed-by: Simon McVittie --- examples/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index eba7bb7..57ebca6 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,13 +1,13 @@ noinst_PROGRAMS = call-handler LDADD = \ + ../telepathy-farstream/libtelepathy-farstream.la \ + ../extensions/libfuture-extensions.la \ $(GLIB_LIBS) \ $(DBUS_LIBS) \ $(GST_LIBS) \ $(FARSIGHT2_LIBS) \ - $(TELEPATHY_LIBS) \ - ../telepathy-farstream/libtelepathy-farstream.la \ - ../extensions/libfuture-extensions.la + $(TELEPATHY_LIBS) AM_CFLAGS = \ $(ERROR_CFLAGS) \ -- cgit v1.2.1