diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:23:26 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:23:26 +0800 |
commit | 9885a3f80c893b8fc830021b18555d6d3ba714d7 (patch) | |
tree | 6035def1a33ea320004e0fde51951d8a4fbb30a4 /libempathy-gtk/Makefile.am | |
parent | b05943a1f4927731924e39f52b3a9e482e3fd55c (diff) | |
download | gsoc2013-empathy-9885a3f80c893b8fc830021b18555d6d3ba714d7.tar gsoc2013-empathy-9885a3f80c893b8fc830021b18555d6d3ba714d7.tar.gz gsoc2013-empathy-9885a3f80c893b8fc830021b18555d6d3ba714d7.tar.bz2 gsoc2013-empathy-9885a3f80c893b8fc830021b18555d6d3ba714d7.tar.lz gsoc2013-empathy-9885a3f80c893b8fc830021b18555d6d3ba714d7.tar.xz gsoc2013-empathy-9885a3f80c893b8fc830021b18555d6d3ba714d7.tar.zst gsoc2013-empathy-9885a3f80c893b8fc830021b18555d6d3ba714d7.zip |
EmpathyChatView as GInterface
svn path=/trunk/; revision=1978
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 d2801762d..01ca09563 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -27,6 +27,7 @@ libempathy_gtk_la_SOURCES = \ empathy-cell-renderer-expander.c \ empathy-cell-renderer-text.c \ empathy-chat.c \ + empathy-chat-simple-view.c \ empathy-chat-view.c \ empathy-conf.c \ empathy-contact-dialogs.c \ @@ -74,6 +75,7 @@ libempathy_gtk_headers = \ empathy-cell-renderer-expander.h \ empathy-cell-renderer-text.h \ empathy-chat.h \ + empathy-chat-simple-view.h \ empathy-chat-view.h \ empathy-conf.h \ empathy-contact-dialogs.h \ |