aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2010-12-03 01:46:47 +0800
committerStef Walter <stefw@collabora.co.uk>2010-12-24 21:40:01 +0800
commitc55c9a4dd8848f7257794dc9fc8f8138f1b47f43 (patch)
treeaf9d01e5e2fc0f5b4ef78b47f0f94c7969e73f0c /src/Makefile.am
parent0b44641cdd6fec4abe8c8ee96d6bdbe84db944da (diff)
downloadgsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar
gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar.gz
gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar.bz2
gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar.lz
gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar.xz
gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar.zst
gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.zip
libempathy: Use trust assertions instead of certificate directories.
Initial implementation.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d57035b3a..8c51ded77 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,6 +22,7 @@ LDADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \
$(top_builddir)/libempathy/libempathy.la \
$(top_builddir)/extensions/libemp-extensions.la \
+ $(GCR_LIBS) \
$(EMPATHY_LIBS) \
$(LIBCHAMPLAIN_LIBS) \
$(WEBKIT_LIBS)