summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-26 10:41:59 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-26 10:47:34 +0200
commitd6d1e2fb706c73be240e26a1d634f9139d090f3f (patch)
treedcce66efa215539566647d59556e98a8bbf36578 /src
parent127784d6af35b4b8ce4b9b15385e23afffd140bc (diff)
Explicitely link on Farstream
We are using Farstream API.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9df8410..a20eb97 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,9 +21,9 @@ phoenix_authenticator_LDFLAGS = @GLIB_LIBS@ @TP_GLIB_LIBS@
phoenix_echo_call_SOURCES = echo-call.c \
echo-call-info-dbus.c echo-call-info-dbus.h
phoenix_echo_call_CFLAGS = @GLIB_CFLAGS@ @TP_GLIB_CFLAGS@ \
- @TP_FARSTREAM_CFLAGS@
+ @TP_FARSTREAM_CFLAGS@ @FARSTREAM_CFLAGS@
phoenix_echo_call_LDFLAGS = @GLIB_LIBS@ @TP_GLIB_LIBS@ \
- @TP_FARSTREAM_LIBS@
+ @TP_FARSTREAM_LIBS@ @FARSTREAM_LIBS@
phoenix: phoenix.in
sed -e "s,[@]DATADIR[@],$(pkgdatadir)/data," \