aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/Makefile.am
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-07-22 23:50:30 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2010-08-13 22:22:21 +0800
commit2cbd1c3661cc56f3558bd7391c6f15cc16f2f61f (patch)
tree67b268946986b75d40f0a291d6c0b039eb28388e /libempathy/Makefile.am
parent92655cecb16b8f0d370d03450804a5cbc4fd89d2 (diff)
downloadgsoc2013-empathy-2cbd1c3661cc56f3558bd7391c6f15cc16f2f61f.tar
gsoc2013-empathy-2cbd1c3661cc56f3558bd7391c6f15cc16f2f61f.tar.gz
gsoc2013-empathy-2cbd1c3661cc56f3558bd7391c6f15cc16f2f61f.tar.bz2
gsoc2013-empathy-2cbd1c3661cc56f3558bd7391c6f15cc16f2f61f.tar.lz
gsoc2013-empathy-2cbd1c3661cc56f3558bd7391c6f15cc16f2f61f.tar.xz
gsoc2013-empathy-2cbd1c3661cc56f3558bd7391c6f15cc16f2f61f.tar.zst
gsoc2013-empathy-2cbd1c3661cc56f3558bd7391c6f15cc16f2f61f.zip
Add EmpathyServerTLSHandler.
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r--libempathy/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 096985358..2817ae650 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -48,6 +48,7 @@ libempathy_headers = \
empathy-irc-server.h \
empathy-location.h \
empathy-message.h \
+ empathy-server-tls-handler.h \
empathy-status-presets.h \
empathy-time.h \
empathy-tls-certificate.h \
@@ -83,6 +84,7 @@ libempathy_la_SOURCES = \
empathy-irc-network.c \
empathy-irc-server.c \
empathy-message.c \
+ empathy-server-tls-handler.c \
empathy-status-presets.c \
empathy-time.c \
empathy-tls-certificate.c \