diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-08 22:12:16 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-08 22:13:34 +0800 |
commit | 67f7211242e9982cf17f17ac9a5483155941312a (patch) | |
tree | cdbfedad36971d974020e5d69fb9657f546ea264 /libempathy-gtk/Makefile.am | |
parent | a71aa49346ee9a6ea4c7ceb14850d58824fb36de (diff) | |
download | gsoc2013-empathy-67f7211242e9982cf17f17ac9a5483155941312a.tar gsoc2013-empathy-67f7211242e9982cf17f17ac9a5483155941312a.tar.gz gsoc2013-empathy-67f7211242e9982cf17f17ac9a5483155941312a.tar.bz2 gsoc2013-empathy-67f7211242e9982cf17f17ac9a5483155941312a.tar.lz gsoc2013-empathy-67f7211242e9982cf17f17ac9a5483155941312a.tar.xz gsoc2013-empathy-67f7211242e9982cf17f17ac9a5483155941312a.tar.zst gsoc2013-empathy-67f7211242e9982cf17f17ac9a5483155941312a.zip |
Remove unused persona store/view
https://bugzilla.gnome.org/show_bug.cgi?id=669482
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 7643318d4..2713548e4 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -70,8 +70,6 @@ libempathy_gtk_handwritten_source = \ empathy-new-call-dialog.c \ empathy-notify-manager.c \ empathy-password-dialog.c \ - empathy-persona-store.c \ - empathy-persona-view.c \ empathy-presence-chooser.c \ empathy-protocol-chooser.c \ empathy-search-bar.c \ @@ -137,8 +135,6 @@ libempathy_gtk_headers = \ empathy-new-call-dialog.h \ empathy-notify-manager.h \ empathy-password-dialog.h \ - empathy-persona-store.h \ - empathy-persona-view.h \ empathy-presence-chooser.h \ empathy-protocol-chooser.h \ empathy-search-bar.h \ |