diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-11 02:43:54 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-20 02:15:20 +0800 |
commit | 8da7760544ee3c592f9a884a13b13103b3b5a674 (patch) | |
tree | 639d8d7d3fa2eb05e86bd714b09eaedff97b25c5 /libempathy-gtk/Makefile.am | |
parent | 1599c6961f70341daf755d28857f155c86ba8f39 (diff) | |
download | gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar.gz gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar.bz2 gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar.lz gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar.xz gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar.zst gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.zip |
Split the group editing widgets out of EmpathyContactWidget
They can be shared between EmpathyContactWidget and a new
EmpathyIndividualWidget, once it's written.
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 5cb086e23..878f9fb5a 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -53,6 +53,7 @@ libempathy_gtk_handwritten_source = \ empathy-contact-selector-dialog.c \ empathy-contact-widget.c \ empathy-geometry.c \ + empathy-groups-widget.c \ empathy-individual-dialogs.c \ empathy-individual-information-dialog.c \ empathy-individual-linker.c \ @@ -109,6 +110,7 @@ libempathy_gtk_headers = \ empathy-contact-selector-dialog.h \ empathy-contact-widget.h \ empathy-geometry.h \ + empathy-groups-widget.h \ empathy-images.h \ empathy-individual-dialogs.h \ empathy-individual-information-dialog.h \ |