diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:16:18 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:16:18 +0800 |
commit | db8a45489640b5e911b0336a9867e7b698433889 (patch) | |
tree | b33f76bfd1c2f39af2bdd9391d2757f778a64a7f /libempathy/Makefile.am | |
parent | 0eb2d66616230fff2a14feb16d1ad36650443acf (diff) | |
download | gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar.gz gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar.bz2 gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar.lz gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar.xz gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.tar.zst gsoc2013-empathy-db8a45489640b5e911b0336a9867e7b698433889.zip |
Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1776
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 94ee1b103..cd9a52ff7 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -25,7 +25,6 @@ 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 \ @@ -68,7 +67,6 @@ 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 \ |