diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-28 20:22:50 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-14 15:21:49 +0800 |
commit | 043d63caaf16e09c291f0dcd28068e0efbf97bdb (patch) | |
tree | f5a8bb5d2ba64939a6f586cca354ff24a0506446 /libempathy-gtk/Makefile.am | |
parent | b7e72c53ffe6a02482b57e5ee565881b313e4d43 (diff) | |
download | gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar.gz gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar.bz2 gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar.lz gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar.xz gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar.zst gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.zip |
add empathy-roster-group
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 7a9d01dfa..ac3d3c1c6 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -79,6 +79,7 @@ libempathy_gtk_handwritten_source = \ empathy-presence-chooser.c \ empathy-protocol-chooser.c \ empathy-roster-contact.c \ + empathy-roster-group.c \ empathy-roster-view.c \ empathy-search-bar.c \ empathy-share-my-desktop.c \ @@ -149,6 +150,7 @@ libempathy_gtk_headers = \ empathy-presence-chooser.h \ empathy-protocol-chooser.h \ empathy-roster-contact.h \ + empathy-roster-group.h \ empathy-roster-view.h \ empathy-search-bar.h \ empathy-share-my-desktop.h \ |