diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-11-11 22:42:34 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-11-11 22:42:34 +0800 |
commit | bb465d15f0c6c963556801cca5164f6d9071437b (patch) | |
tree | 32af73a3583508290edaf96b225bb5bfe4f623b2 /src/Makefile.am | |
parent | a57649e2d7991866a68aea8cb36bf91638df0a21 (diff) | |
download | gsoc2013-empathy-bb465d15f0c6c963556801cca5164f6d9071437b.tar gsoc2013-empathy-bb465d15f0c6c963556801cca5164f6d9071437b.tar.gz gsoc2013-empathy-bb465d15f0c6c963556801cca5164f6d9071437b.tar.bz2 gsoc2013-empathy-bb465d15f0c6c963556801cca5164f6d9071437b.tar.lz gsoc2013-empathy-bb465d15f0c6c963556801cca5164f6d9071437b.tar.xz gsoc2013-empathy-bb465d15f0c6c963556801cca5164f6d9071437b.tar.zst gsoc2013-empathy-bb465d15f0c6c963556801cca5164f6d9071437b.zip |
Move chats to its own process.
2007-11-11 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-chat.c:
* src/empathy-call-chandler.c:
* src/org.gnome.Empathy.Chat.service.in:
* src/empathy-chat-chandler.c:
* src/empathy.c:
* src/Makefile.am: Move chats to its own process.
svn path=/trunk/; revision=429
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 21bd63248..ede2b2a01 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,12 +17,15 @@ LDADD = \ bin_PROGRAMS = \ empathy \ empathy-accounts + libexec_PROGRAMS = \ - empathy-call-chandler + empathy-call-chandler \ + empathy-chat-chandler empathy_SOURCES = empathy.c empathy_accounts_SOURCES = empathy-accounts.c empathy_call_chandler_SOURCES = empathy-call-chandler.c +empathy_chat_chandler_SOURCES = empathy-chat-chandler.c # Dbus service files servicedir = $(datadir)/dbus-1/services |