diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-08 21:52:10 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-08 22:13:34 +0800 |
commit | a71aa49346ee9a6ea4c7ceb14850d58824fb36de (patch) | |
tree | 58bff80950ed3b1d42490ecc9dec20350f2133b4 /libempathy-gtk/Makefile.am | |
parent | 4bd4dca988dcd4680c9a381ebe7aed881006c556 (diff) | |
download | gsoc2013-empathy-a71aa49346ee9a6ea4c7ceb14850d58824fb36de.tar gsoc2013-empathy-a71aa49346ee9a6ea4c7ceb14850d58824fb36de.tar.gz gsoc2013-empathy-a71aa49346ee9a6ea4c7ceb14850d58824fb36de.tar.bz2 gsoc2013-empathy-a71aa49346ee9a6ea4c7ceb14850d58824fb36de.tar.lz gsoc2013-empathy-a71aa49346ee9a6ea4c7ceb14850d58824fb36de.tar.xz gsoc2013-empathy-a71aa49346ee9a6ea4c7ceb14850d58824fb36de.tar.zst gsoc2013-empathy-a71aa49346ee9a6ea4c7ceb14850d58824fb36de.zip |
remove linking UI
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 41cae1e5e..7643318d4 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -46,7 +46,6 @@ libempathy_gtk_handwritten_source = \ empathy-contact-dialogs.c \ empathy-contact-chooser.c \ empathy-contactinfo-utils.c \ - empathy-linking-dialog.c \ empathy-live-search.c \ empathy-contact-search-dialog.c \ empathy-contact-widget.c \ @@ -55,7 +54,6 @@ libempathy_gtk_handwritten_source = \ empathy-groups-widget.c \ empathy-individual-dialogs.c \ empathy-individual-edit-dialog.c \ - empathy-individual-linker.c \ empathy-individual-menu.c \ empathy-individual-store.c \ empathy-individual-store-channel.c \ @@ -113,7 +111,6 @@ libempathy_gtk_headers = \ empathy-contact-blocking-dialog.h \ empathy-contact-dialogs.h \ empathy-contact-chooser.h \ - empathy-linking-dialog.h \ empathy-live-search.h \ empathy-contact-search-dialog.h \ empathy-contact-widget.h \ @@ -124,7 +121,6 @@ libempathy_gtk_headers = \ empathy-images.h \ empathy-individual-dialogs.h \ empathy-individual-edit-dialog.h \ - empathy-individual-linker.h \ empathy-individual-menu.h \ empathy-individual-store.h \ empathy-individual-store-channel.h \ |