diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-01 22:46:44 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-01 22:46:44 +0800 |
commit | 2aef97996f1b3e033ad886cc80f66a0e3b4e1957 (patch) | |
tree | c91eff26807bac89145b080f86e255ccbf6dfcf3 /libempathy/Makefile.am | |
parent | fcd80516f561eec897df4c750a1d15573bbdeb91 (diff) | |
download | gsoc2013-empathy-2aef97996f1b3e033ad886cc80f66a0e3b4e1957.tar gsoc2013-empathy-2aef97996f1b3e033ad886cc80f66a0e3b4e1957.tar.gz gsoc2013-empathy-2aef97996f1b3e033ad886cc80f66a0e3b4e1957.tar.bz2 gsoc2013-empathy-2aef97996f1b3e033ad886cc80f66a0e3b4e1957.tar.lz gsoc2013-empathy-2aef97996f1b3e033ad886cc80f66a0e3b4e1957.tar.xz gsoc2013-empathy-2aef97996f1b3e033ad886cc80f66a0e3b4e1957.tar.zst gsoc2013-empathy-2aef97996f1b3e033ad886cc80f66a0e3b4e1957.zip |
server-sasl-handler: added
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 9b0dcfb92..5122e073d 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -49,6 +49,7 @@ libempathy_headers = \ empathy-irc-server.h \ empathy-location.h \ empathy-message.h \ + empathy-server-sasl-handler.h \ empathy-server-tls-handler.h \ empathy-status-presets.h \ empathy-time.h \ @@ -87,6 +88,7 @@ libempathy_la_SOURCES = \ empathy-irc-network.c \ empathy-irc-server.c \ empathy-message.c \ + empathy-server-sasl-handler.c \ empathy-server-tls-handler.c \ empathy-status-presets.c \ empathy-time.c \ |