diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-06 00:28:16 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-12 00:34:55 +0800 |
commit | dd8b8fb6b503194aecec14b4f5f9186c253a46c6 (patch) | |
tree | ca5c9318330aca8be009685301aa87ab82852d41 /libempathy-gtk/Makefile.am | |
parent | 9d23b85fc16e7bc4b83af2850fdd2e96909b09d9 (diff) | |
download | gsoc2013-empathy-dd8b8fb6b503194aecec14b4f5f9186c253a46c6.tar gsoc2013-empathy-dd8b8fb6b503194aecec14b4f5f9186c253a46c6.tar.gz gsoc2013-empathy-dd8b8fb6b503194aecec14b4f5f9186c253a46c6.tar.bz2 gsoc2013-empathy-dd8b8fb6b503194aecec14b4f5f9186c253a46c6.tar.lz gsoc2013-empathy-dd8b8fb6b503194aecec14b4f5f9186c253a46c6.tar.xz gsoc2013-empathy-dd8b8fb6b503194aecec14b4f5f9186c253a46c6.tar.zst gsoc2013-empathy-dd8b8fb6b503194aecec14b4f5f9186c253a46c6.zip |
Add EmpathyLinkingDialog
A dialogue which uses EmpathyIndividualLinker to allow linking of Individuals,
accessible by a "Link" entry in the contacts' context menu.
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index c55f32ac6..fea658c0d 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -47,6 +47,7 @@ libempathy_gtk_handwritten_source = \ empathy-contact-list-store.c \ empathy-contact-list-view.c \ empathy-contact-menu.c \ + empathy-linking-dialog.c \ empathy-live-search.c \ empathy-contact-selector.c \ empathy-contact-selector-dialog.c \ @@ -101,6 +102,7 @@ libempathy_gtk_headers = \ empathy-contact-list-store.h \ empathy-contact-list-view.h \ empathy-contact-menu.h \ + empathy-linking-dialog.h \ empathy-live-search.h \ empathy-contact-selector.h \ empathy-contact-selector-dialog.h \ |