diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-02-05 19:24:47 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:46:03 +0800 |
commit | b470c2894387a2156e4e576137611ba77d1fe5f5 (patch) | |
tree | 896ebd0cf920e8aa052ae44a6396af1851d601d0 /libempathy/Makefile.am | |
parent | 8bea8f7c36646481454a3f5c0b5db6598ba006fd (diff) | |
download | gsoc2013-empathy-b470c2894387a2156e4e576137611ba77d1fe5f5.tar gsoc2013-empathy-b470c2894387a2156e4e576137611ba77d1fe5f5.tar.gz gsoc2013-empathy-b470c2894387a2156e4e576137611ba77d1fe5f5.tar.bz2 gsoc2013-empathy-b470c2894387a2156e4e576137611ba77d1fe5f5.tar.lz gsoc2013-empathy-b470c2894387a2156e4e576137611ba77d1fe5f5.tar.xz gsoc2013-empathy-b470c2894387a2156e4e576137611ba77d1fe5f5.tar.zst gsoc2013-empathy-b470c2894387a2156e4e576137611ba77d1fe5f5.zip |
Implement hashing of the file. Make it compile.
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 2406a0f9d..c9f2c4206 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -34,6 +34,8 @@ libempathy_la_SOURCES = \ empathy-debug.c \ empathy-dispatcher.c \ empathy-dispatch-operation.c \ + empathy-ft-factory.c \ + empathy-ft-handler.c \ empathy-idle.c \ empathy-irc-network.c \ empathy-irc-network-manager.c \ @@ -81,6 +83,8 @@ libempathy_headers = \ empathy-debug.h \ empathy-dispatcher.h \ empathy-dispatch-operation.h \ + empathy-ft-factory.h \ + empathy-ft-handler.h \ empathy-idle.h \ empathy-irc-network.h \ empathy-irc-network-manager.h \ |