aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/Makefile.am
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-02-04 14:47:31 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-02-04 14:47:31 +0800
commitc485dc5d389f80edd6e425333228dc306da186c6 (patch)
tree5e970c7236f29a7f811d6526262fa44fe00a0bf1 /libempathy-gtk/Makefile.am
parentc1aff983fed1a1fab92585fb7a4ccf5f643e048d (diff)
downloadgsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar
gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar.gz
gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar.bz2
gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar.lz
gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar.xz
gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar.zst
gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.zip
Beginning of contact blocking dialog
Can currently select an account and view the contact blocking 'deny' list. List reponds to changes in the group membership. Add/Remove buttons do not yet do anything.
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r--libempathy-gtk/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index 91d396e24..ca14833d2 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -45,6 +45,7 @@ libempathy_gtk_handwritten_source = \
empathy-chat-text-view.c \
empathy-chat-view.c \
empathy-chat.c \
+ empathy-contact-blocking-dialog.c \
empathy-contact-dialogs.c \
empathy-contact-list-store.c \
empathy-contact-list-view.c \
@@ -108,6 +109,7 @@ libempathy_gtk_headers = \
empathy-chat-text-view.h \
empathy-chat-view.h \
empathy-chat.h \
+ empathy-contact-blocking-dialog.h \
empathy-contact-dialogs.h \
empathy-contact-list-store.h \
empathy-contact-list-view.h \
@@ -190,6 +192,7 @@ uidir = $(datadir)/empathy
ui_DATA = \
empathy-contact-widget.ui \
empathy-contact-dialogs.ui \
+ empathy-contact-blocking-dialog.ui \
empathy-account-widget-generic.ui \
empathy-account-widget-jabber.ui \
empathy-account-widget-msn.ui \