diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-16 19:52:01 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-17 00:43:30 +0800 |
commit | 208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc (patch) | |
tree | e0d0fbbb21a6c6875d57ffc7b875c9b087dfc25c /src/Makefile.am | |
parent | a266c221f89cf764d6fe954f63ba61658b8d83e4 (diff) | |
download | gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar.gz gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar.bz2 gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar.lz gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar.xz gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar.zst gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.zip |
remove empathy-auto-salut-account-helper
It was used only by the accounts assistant
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 06eaf1733..8623ac2dd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,9 +32,7 @@ noinst_LTLIBRARIES = libempathy-accounts-common.la libempathy_accounts_common_la_SOURCES = \ empathy-accounts-common.c empathy-accounts-common.h \ - empathy-account-assistant.c empathy-account-assistant.h \ empathy-accounts-dialog.c empathy-accounts-dialog.h \ - empathy-auto-salut-account-helper.c empathy-auto-salut-account-helper.h \ empathy-import-dialog.c empathy-import-dialog.h \ empathy-import-pidgin.c empathy-import-pidgin.h \ empathy-import-widget.c empathy-import-widget.h \ |