diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-18 07:54:55 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-18 08:05:56 +0800 |
commit | 6914121ce5169769207613166e14c077259c863b (patch) | |
tree | 0ea43898ab34d033e0cd8f3f7f3bd7eb851f8a19 /libempathy/Makefile.am | |
parent | a7785586abe2bf770185fdf8be1855552c476600 (diff) | |
download | gsoc2013-empathy-6914121ce5169769207613166e14c077259c863b.tar gsoc2013-empathy-6914121ce5169769207613166e14c077259c863b.tar.gz gsoc2013-empathy-6914121ce5169769207613166e14c077259c863b.tar.bz2 gsoc2013-empathy-6914121ce5169769207613166e14c077259c863b.tar.lz gsoc2013-empathy-6914121ce5169769207613166e14c077259c863b.tar.xz gsoc2013-empathy-6914121ce5169769207613166e14c077259c863b.tar.zst gsoc2013-empathy-6914121ce5169769207613166e14c077259c863b.zip |
Implement o.fd.Tp.Debug. (Fixes #580631)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 6a42bba9a..87b728464 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -34,6 +34,7 @@ libempathy_la_SOURCES = \ empathy-contact-manager.c \ empathy-contact-monitor.c \ empathy-debug.c \ + empathy-debugger.c \ empathy-dispatcher.c \ empathy-dispatch-operation.c \ empathy-ft-factory.c \ @@ -82,6 +83,7 @@ libempathy_headers = \ empathy-contact-manager.h \ empathy-contact-monitor.h \ empathy-debug.h \ + empathy-debugger.h \ empathy-dispatcher.h \ empathy-dispatch-operation.h \ empathy-ft-factory.h \ |