diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2009-12-16 15:09:55 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2009-12-21 17:55:02 +0800 |
commit | b39e12f74ac06de310870a54b08e7fb32d2d2fe0 (patch) | |
tree | 4ef1eca7205a83cccca1f88ff9a40241b302a443 /src/Makefile.am | |
parent | d8d74645987b0188f437b967c7d88dd3fda2db13 (diff) | |
download | gsoc2013-empathy-b39e12f74ac06de310870a54b08e7fb32d2d2fe0.tar gsoc2013-empathy-b39e12f74ac06de310870a54b08e7fb32d2d2fe0.tar.gz gsoc2013-empathy-b39e12f74ac06de310870a54b08e7fb32d2d2fe0.tar.bz2 gsoc2013-empathy-b39e12f74ac06de310870a54b08e7fb32d2d2fe0.tar.lz gsoc2013-empathy-b39e12f74ac06de310870a54b08e7fb32d2d2fe0.tar.xz gsoc2013-empathy-b39e12f74ac06de310870a54b08e7fb32d2d2fe0.tar.zst gsoc2013-empathy-b39e12f74ac06de310870a54b08e7fb32d2d2fe0.zip |
Add a rudimentry UI to select a 3rd contact to invite
Needs support for inviting in MUCs added
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ecec8923f..3370f9bed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,6 +44,7 @@ empathy_handwritten_source = \ empathy-import-pidgin.c empathy-import-pidgin.h \ empathy-import-utils.c empathy-import-utils.h \ empathy-import-widget.c empathy-import-widget.h \ + empathy-invite-participant-dialog.c empathy-invite-participant-dialog.h \ empathy-main-window.c empathy-main-window.h \ empathy-new-chatroom-dialog.c empathy-new-chatroom-dialog.h \ empathy-preferences.c empathy-preferences.h \ |