diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-03-12 10:22:47 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-03-13 00:47:09 +0800 |
commit | c448b89bb4f18377818b7802f4cb66ba47e3fe04 (patch) | |
tree | 5e87eee375c0e4886d906c0b82c710774c41bd10 /src/Makefile.am | |
parent | 2d9cbe355d22570bbc32d2cde0d7942adab355e0 (diff) | |
download | gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar.gz gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar.bz2 gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar.lz gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar.xz gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar.zst gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.zip |
Migrate butterfly logs to remove the network ID suffix.
Bug #612519 contains much more information about this change.
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3f8d15733..f63f7d65c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -105,6 +105,7 @@ empathy_handwritten_source = \ empathy-ft-manager.c empathy-ft-manager.h \ empathy-invite-participant-dialog.c empathy-invite-participant-dialog.h \ empathy-main-window.c empathy-main-window.h \ + empathy-migrate-butterfly-logs.c empathy-migrate-butterfly-logs.h \ empathy-new-chatroom-dialog.c empathy-new-chatroom-dialog.h \ empathy-preferences.c empathy-preferences.h \ empathy-sidebar.c empathy-sidebar.h \ |