summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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) \