aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/Makefile.am
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2010-12-07 19:54:33 +0800
committerJonny Lamb <jonnylamb@gnome.org>2010-12-07 19:54:33 +0800
commit6c5839c976407292715daf22cdddf6aca469fa75 (patch)
tree70b451c081480d4fd40bdb3ecbefce12290e1087 /libempathy/Makefile.am
parent9d40a77fae9175d7932c3af0e95cbdf1cfde433b (diff)
parenteb3f7d2fb30be62b801b6086143fb476b5368b5d (diff)
downloadgsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar
gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar.gz
gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar.bz2
gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar.lz
gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar.xz
gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar.zst
gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.zip
Merge branch 'sasl'
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r--libempathy/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 9b0dcfb92..ae9e2b5e9 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -47,8 +47,10 @@ libempathy_headers = \
empathy-irc-network-manager.h \
empathy-irc-network.h \
empathy-irc-server.h \
+ empathy-keyring.h \
empathy-location.h \
empathy-message.h \
+ empathy-server-sasl-handler.h \
empathy-server-tls-handler.h \
empathy-status-presets.h \
empathy-time.h \
@@ -86,7 +88,9 @@ libempathy_la_SOURCES = \
empathy-irc-network-manager.c \
empathy-irc-network.c \
empathy-irc-server.c \
+ empathy-keyring.c \
empathy-message.c \
+ empathy-server-sasl-handler.c \
empathy-server-tls-handler.c \
empathy-status-presets.c \
empathy-time.c \