diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-06 00:27:24 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-12 00:34:55 +0800 |
commit | 4b7d482ea72ad143c4ed2c7b778581ed669723e3 (patch) | |
tree | 56c6eee92ed664434268ca07d459b1e16392bf47 /libempathy-gtk/Makefile.am | |
parent | 62318cf781b2d94dc8bc4d5f084e12e6a269f354 (diff) | |
download | gsoc2013-empathy-4b7d482ea72ad143c4ed2c7b778581ed669723e3.tar gsoc2013-empathy-4b7d482ea72ad143c4ed2c7b778581ed669723e3.tar.gz gsoc2013-empathy-4b7d482ea72ad143c4ed2c7b778581ed669723e3.tar.bz2 gsoc2013-empathy-4b7d482ea72ad143c4ed2c7b778581ed669723e3.tar.lz gsoc2013-empathy-4b7d482ea72ad143c4ed2c7b778581ed669723e3.tar.xz gsoc2013-empathy-4b7d482ea72ad143c4ed2c7b778581ed669723e3.tar.zst gsoc2013-empathy-4b7d482ea72ad143c4ed2c7b778581ed669723e3.zip |
Add EmpathyIndividualLinker
This is a widget to allow selection of Individuals to link together to form
linked Individuals.
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 ff571c161..c55f32ac6 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -53,6 +53,7 @@ libempathy_gtk_handwritten_source = \ empathy-contact-widget.c \ empathy-geometry.c \ empathy-individual-dialogs.c \ + empathy-individual-linker.c \ empathy-individual-menu.c \ empathy-individual-store.c \ empathy-individual-view.c \ @@ -107,6 +108,7 @@ libempathy_gtk_headers = \ empathy-geometry.h \ empathy-images.h \ empathy-individual-dialogs.h \ + empathy-individual-linker.h \ empathy-individual-menu.h \ empathy-individual-store.h \ empathy-individual-view.h \ |