aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/Makefile.am
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:13:36 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:13:36 +0800
commitc5cd21667001a01e62f60b05953091310cc09f65 (patch)
tree7bd001337021b80e7ebbff50c92dbab29b4cd3ff /libempathy/Makefile.am
parentfba6b1fc42e72c6c5bc18d98e34c8b2413ffe00a (diff)
downloadgsoc2013-empathy-c5cd21667001a01e62f60b05953091310cc09f65.tar
gsoc2013-empathy-c5cd21667001a01e62f60b05953091310cc09f65.tar.gz
gsoc2013-empathy-c5cd21667001a01e62f60b05953091310cc09f65.tar.bz2
gsoc2013-empathy-c5cd21667001a01e62f60b05953091310cc09f65.tar.lz
gsoc2013-empathy-c5cd21667001a01e62f60b05953091310cc09f65.tar.xz
gsoc2013-empathy-c5cd21667001a01e62f60b05953091310cc09f65.tar.zst
gsoc2013-empathy-c5cd21667001a01e62f60b05953091310cc09f65.zip
Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1736
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r--libempathy/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index ac707df09..94ee1b103 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -25,6 +25,7 @@ libempathy_la_SOURCES = \
empathy-contact-manager.c \
empathy-debug.c \
empathy-dispatcher.c \
+ empathy-file.c \
empathy-idle.c \
empathy-irc-network.c \
empathy-irc-network-manager.c \
@@ -37,6 +38,8 @@ libempathy_la_SOURCES = \
empathy-tp-chat.c \
empathy-tp-contact-factory.c \
empathy-tp-contact-list.c \
+ empathy-tp-file.c \
+ empathy-tp-file-priv.h \
empathy-tp-group.c \
empathy-tp-roomlist.c \
empathy-tp-tube.c \
@@ -65,6 +68,7 @@ libempathy_headers = \
empathy-contact-manager.h \
empathy-debug.h \
empathy-dispatcher.h \
+ empathy-file.h \
empathy-idle.h \
empathy-irc-network.h \
empathy-irc-network-manager.h \
@@ -77,6 +81,7 @@ libempathy_headers = \
empathy-tp-chat.h \
empathy-tp-contact-factory.h \
empathy-tp-contact-list.h \
+ empathy-tp-file.h \
empathy-tp-group.h \
empathy-tp-roomlist.h \
empathy-tp-tube.h \