diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-11 21:21:02 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-14 15:21:45 +0800 |
commit | 44ca1d97c09703fd2738b6169d36aea69280dbb2 (patch) | |
tree | 99863f34f4d42f63c56afa4949b7da5c579a5266 /libempathy-gtk/Makefile.am | |
parent | a4314139d588a7bee5e7c7da31a3b865b5b9b1e8 (diff) | |
download | gsoc2013-empathy-44ca1d97c09703fd2738b6169d36aea69280dbb2.tar gsoc2013-empathy-44ca1d97c09703fd2738b6169d36aea69280dbb2.tar.gz gsoc2013-empathy-44ca1d97c09703fd2738b6169d36aea69280dbb2.tar.bz2 gsoc2013-empathy-44ca1d97c09703fd2738b6169d36aea69280dbb2.tar.lz gsoc2013-empathy-44ca1d97c09703fd2738b6169d36aea69280dbb2.tar.xz gsoc2013-empathy-44ca1d97c09703fd2738b6169d36aea69280dbb2.tar.zst gsoc2013-empathy-44ca1d97c09703fd2738b6169d36aea69280dbb2.zip |
create roster-view skeleton
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 e1ceceabc..d681b6d6c 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -78,6 +78,7 @@ libempathy_gtk_handwritten_source = \ empathy-password-dialog.c \ empathy-presence-chooser.c \ empathy-protocol-chooser.c \ + empathy-roster-view.c \ empathy-search-bar.c \ empathy-share-my-desktop.c \ empathy-smiley-manager.c \ @@ -146,6 +147,7 @@ libempathy_gtk_headers = \ empathy-password-dialog.h \ empathy-presence-chooser.h \ empathy-protocol-chooser.h \ + empathy-roster-view.h \ empathy-search-bar.h \ empathy-share-my-desktop.h \ empathy-smiley-manager.h \ |