diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-09 00:18:53 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-09 00:18:53 +0800 |
commit | 02a7ab821520e0f33474e10415c488cdc44bb59d (patch) | |
tree | 59582912a27c7ff4eba0224762ad577cdfdb787c /src/Makefile.am | |
parent | fa4c1507e3e605dd000e7b92be06aae73498d8ee (diff) | |
download | gsoc2013-empathy-02a7ab821520e0f33474e10415c488cdc44bb59d.tar gsoc2013-empathy-02a7ab821520e0f33474e10415c488cdc44bb59d.tar.gz gsoc2013-empathy-02a7ab821520e0f33474e10415c488cdc44bb59d.tar.bz2 gsoc2013-empathy-02a7ab821520e0f33474e10415c488cdc44bb59d.tar.lz gsoc2013-empathy-02a7ab821520e0f33474e10415c488cdc44bb59d.tar.xz gsoc2013-empathy-02a7ab821520e0f33474e10415c488cdc44bb59d.tar.zst gsoc2013-empathy-02a7ab821520e0f33474e10415c488cdc44bb59d.zip |
Do not run multiple instances of empathy. Fixes bug #501805 (Marco Barisione).
svn path=/trunk/; revision=711
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 59d6c5c1f..31fb41724 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,10 @@ bin_PROGRAMS = \ libexec_PROGRAMS = \ empathy-chat-chandler -empathy_SOURCES = empathy.c +empathy_SOURCES = \ + empathy.c \ + bacon-message-connection.c \ + bacon-message-connection.h empathy_accounts_SOURCES = empathy-accounts.c empathy_logs_SOURCES = empathy-logs.c empathy_chat_chandler_SOURCES = empathy-chat-chandler.c |