summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@debian.org>2011-08-01 10:22:26 +0100
committerSimon McVittie <smcv@debian.org>2011-08-01 10:22:26 +0100
commitc53c03a059b359034627259b7edbcda720d629f4 (patch)
tree913bdd01dbc651be1cc9bcca55ece3ce3ef2e39c /examples
parentc9dc94e876e8ce90550e408b9a757407844a168d (diff)
downloadtelepathy-farstream-c53c03a059b359034627259b7edbcda720d629f4.tar.gz
Fix linking with "ld --as-needed", as used on Ubuntu oneiric
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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) \