diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-16 01:56:26 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-17 18:38:49 +0800 |
commit | 30e07ec329817c5ef360645aa2dd80cd1cff9eeb (patch) | |
tree | 8434bb1edc54d59c5b17201bee6c38cf0227840b /libempathy-gtk/Makefile.am | |
parent | 3aadcbead0634ad2a9ef6f182b75fda18758fafb (diff) | |
download | gsoc2013-empathy-30e07ec329817c5ef360645aa2dd80cd1cff9eeb.tar gsoc2013-empathy-30e07ec329817c5ef360645aa2dd80cd1cff9eeb.tar.gz gsoc2013-empathy-30e07ec329817c5ef360645aa2dd80cd1cff9eeb.tar.bz2 gsoc2013-empathy-30e07ec329817c5ef360645aa2dd80cd1cff9eeb.tar.lz gsoc2013-empathy-30e07ec329817c5ef360645aa2dd80cd1cff9eeb.tar.xz gsoc2013-empathy-30e07ec329817c5ef360645aa2dd80cd1cff9eeb.tar.zst gsoc2013-empathy-30e07ec329817c5ef360645aa2dd80cd1cff9eeb.zip |
add empathy-contact-selector-dialog
EmpathyContactSelectorDialog is an abstract class to helping to implement
dialog such as the "new message" dialog.
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 ce2f3ba97..3b6aa8c44 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -48,6 +48,7 @@ libempathy_gtk_handwritten_source = \ empathy-contact-list-view.c \ empathy-contact-menu.c \ empathy-contact-selector.c \ + empathy-contact-selector-dialog.c \ empathy-contact-widget.c \ empathy-geometry.c \ empathy-irc-network-dialog.c \ @@ -90,6 +91,7 @@ libempathy_gtk_headers = \ empathy-contact-list-view.h \ empathy-contact-menu.h \ empathy-contact-selector.h \ + empathy-contact-selector-dialog.h \ empathy-contact-widget.h \ empathy-geometry.h \ empathy-images.h \ |