diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-02-03 17:03:54 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 17:03:54 +0800 |
commit | cd6f979030b04e5b87ee2d9a69bd776c2d597ea2 (patch) | |
tree | f57be719b68abf59120af1787cc3ea67ce389d26 /src/Makefile.am | |
parent | fda12dbd7f481a09a160c21fcf840af4ebaa2201 (diff) | |
download | gsoc2013-empathy-cd6f979030b04e5b87ee2d9a69bd776c2d597ea2.tar gsoc2013-empathy-cd6f979030b04e5b87ee2d9a69bd776c2d597ea2.tar.gz gsoc2013-empathy-cd6f979030b04e5b87ee2d9a69bd776c2d597ea2.tar.bz2 gsoc2013-empathy-cd6f979030b04e5b87ee2d9a69bd776c2d597ea2.tar.lz gsoc2013-empathy-cd6f979030b04e5b87ee2d9a69bd776c2d597ea2.tar.xz gsoc2013-empathy-cd6f979030b04e5b87ee2d9a69bd776c2d597ea2.tar.zst gsoc2013-empathy-cd6f979030b04e5b87ee2d9a69bd776c2d597ea2.zip |
add a sidebar abstraction taken from emerillion
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2402
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 864eada0c..740357d23 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,6 +35,7 @@ empathy_SOURCES = \ empathy-misc.c empathy-misc.h \ empathy-new-chatroom-dialog.c empathy-new-chatroom-dialog.h \ empathy-preferences.c empathy-preferences.h \ + empathy-sidebar.c empathy-sidebar.h \ empathy-status-icon.c empathy-status-icon.h \ empathy-tube-dispatch.c empathy-tube-dispatch.h \ ephy-spinner.c ephy-spinner.h |