aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-23 22:26:15 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-23 22:50:44 +0800
commit4e100e3643f5fd5c7a1e37aabd2e2d481b27e35d (patch)
treecd45a7f3d2bc1f1a2ffd386312e531eeb8d2ed6f
parentbe1470f3a71db72890326fd534fb18fe9328fef0 (diff)
downloadgsoc2013-empathy-4e100e3643f5fd5c7a1e37aabd2e2d481b27e35d.tar
gsoc2013-empathy-4e100e3643f5fd5c7a1e37aabd2e2d481b27e35d.tar.gz
gsoc2013-empathy-4e100e3643f5fd5c7a1e37aabd2e2d481b27e35d.tar.bz2
gsoc2013-empathy-4e100e3643f5fd5c7a1e37aabd2e2d481b27e35d.tar.lz
gsoc2013-empathy-4e100e3643f5fd5c7a1e37aabd2e2d481b27e35d.tar.xz
gsoc2013-empathy-4e100e3643f5fd5c7a1e37aabd2e2d481b27e35d.tar.zst
gsoc2013-empathy-4e100e3643f5fd5c7a1e37aabd2e2d481b27e35d.zip
Explicitely use the libtelepathy-yell .la file for dependency tracking
-rw-r--r--libempathy/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 9882d6a71..95c561261 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -109,8 +109,8 @@ nodist_libempathy_la_SOURCES =\
libempathy_la_LIBADD = \
$(top_builddir)/extensions/libemp-extensions.la \
+ $(top_builddir)/telepathy-yell/telepathy-yell/libtelepathy-yell.la \
$(EMPATHY_LIBS) \
- $(YELL_LIBS) \
$(GEOCLUE_LIBS) \
$(NETWORK_MANAGER_LIBS) \
$(CONNMAN_LIBS)