aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-19 22:12:53 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-25 16:24:37 +0800
commit3c1151db28aa6d8726a763060070e0c8eb961e2d (patch)
tree4c1ea3c90fc0952f969ffd80c24a52077ea9dfe0 /src/Makefile.am
parentf116e5268165cce8c67d6876b6819790ba29c683 (diff)
downloadgsoc2013-empathy-3c1151db28aa6d8726a763060070e0c8eb961e2d.tar
gsoc2013-empathy-3c1151db28aa6d8726a763060070e0c8eb961e2d.tar.gz
gsoc2013-empathy-3c1151db28aa6d8726a763060070e0c8eb961e2d.tar.bz2
gsoc2013-empathy-3c1151db28aa6d8726a763060070e0c8eb961e2d.tar.lz
gsoc2013-empathy-3c1151db28aa6d8726a763060070e0c8eb961e2d.tar.xz
gsoc2013-empathy-3c1151db28aa6d8726a763060070e0c8eb961e2d.tar.zst
gsoc2013-empathy-3c1151db28aa6d8726a763060070e0c8eb961e2d.zip
Create 'empathy-chat' handling text channels (#631946)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 9 insertions, 1 deletions
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 \