summaryrefslogtreecommitdiff
path: root/examples/client
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-28 14:52:46 +0200
committerWill Thompson <will.thompson@collabora.co.uk>2012-03-28 17:53:39 +0100
commiteabc9d497dab65d10565822454b86ca782453c34 (patch)
tree0e6d8fdd74d8f8530b7243cf37a51789326f4c25 /examples/client
parente846211f3d47b0cbe5364bb4d4bd2cfd95929a13 (diff)
downloadtelepathy-glib-eabc9d497dab65d10565822454b86ca782453c34.tar.gz
examples/client/stream-tubes/Makefile.am: ensure that we link on tp-glib from source
It has to be the first one in LDADD
Diffstat (limited to 'examples/client')
-rw-r--r--examples/client/stream-tubes/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/client/stream-tubes/Makefile.am b/examples/client/stream-tubes/Makefile.am
index 1f687f360..fb2259d6b 100644
--- a/examples/client/stream-tubes/Makefile.am
+++ b/examples/client/stream-tubes/Makefile.am
@@ -9,9 +9,9 @@ accepter_SOURCES = accepter.c
# In an external project you'd use $(TP_GLIB_LIBS) (obtained from
# pkg-config via autoconf) instead of the .la path
LDADD = \
+ $(top_builddir)/telepathy-glib/libtelepathy-glib.la \
@DBUS_LIBS@ \
- @GLIB_LIBS@ \
- $(top_builddir)/telepathy-glib/libtelepathy-glib.la
+ @GLIB_LIBS@
AM_CFLAGS = \
$(ERROR_CFLAGS) \