diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-25 18:13:51 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-25 19:28:16 +0800 |
commit | c9f2cd4f71e619f5a418090981afebbef43226c1 (patch) | |
tree | 3a4f9841fe6c1432cac75573796ce1bac1966b2c /libempathy/Makefile.am | |
parent | 8b4a09ed7450b0b3d806d0996d174f911e4c3352 (diff) | |
download | gsoc2013-empathy-c9f2cd4f71e619f5a418090981afebbef43226c1.tar gsoc2013-empathy-c9f2cd4f71e619f5a418090981afebbef43226c1.tar.gz gsoc2013-empathy-c9f2cd4f71e619f5a418090981afebbef43226c1.tar.bz2 gsoc2013-empathy-c9f2cd4f71e619f5a418090981afebbef43226c1.tar.lz gsoc2013-empathy-c9f2cd4f71e619f5a418090981afebbef43226c1.tar.xz gsoc2013-empathy-c9f2cd4f71e619f5a418090981afebbef43226c1.tar.zst gsoc2013-empathy-c9f2cd4f71e619f5a418090981afebbef43226c1.zip |
rename EmpathyIdle to EmpathyPresenceManager (#640532)
It's doing more than idle management now.
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index ef85581b1..25153eab8 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -43,7 +43,7 @@ libempathy_headers = \ empathy-ft-factory.h \ empathy-ft-handler.h \ empathy-gsettings.h \ - empathy-idle.h \ + empathy-presence-manager.h \ empathy-individual-manager.h \ empathy-irc-network-manager.h \ empathy-irc-network.h \ @@ -84,7 +84,7 @@ libempathy_la_SOURCES = \ empathy-dispatcher.c \ empathy-ft-factory.c \ empathy-ft-handler.c \ - empathy-idle.c \ + empathy-presence-manager.c \ empathy-individual-manager.c \ empathy-irc-network-manager.c \ empathy-irc-network.c \ |