From 3c1151db28aa6d8726a763060070e0c8eb961e2d Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 19 Oct 2010 16:12:53 +0200 Subject: Create 'empathy-chat' handling text channels (#631946) --- src/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 31a21933c..4af9ba18a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,7 +85,8 @@ bin_PROGRAMS = \ libexec_PROGRAMS = \ empathy-av \ - empathy-auth-client + empathy-auth-client \ + empathy-chat BUILT_SOURCES= @@ -116,6 +117,13 @@ empathy_av_SOURCES = \ empathy_auth_client_SOURCES = \ empathy-auth-client.c +empathy_chat_SOURCES = \ + empathy-about-dialog.c empathy-about-dialog.h \ + empathy-chat-manager.c empathy-chat-manager.h \ + empathy-chat-window.c empathy-chat-window.h \ + empathy-invite-participant-dialog.c empathy-invite-participant-dialog.h \ + empathy-chat.c + empathy_handwritten_source = \ empathy-about-dialog.c empathy-about-dialog.h \ empathy-chat-window.c empathy-chat-window.h \ -- cgit v1.2.3