diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 05:04:13 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 05:04:13 +0800 |
commit | e3fb0a7efd87eb0993dd6e3a787df9f7f74755a2 (patch) | |
tree | 177da05688959a4ff12e37a404cf4f4470b17739 /libempathy/Makefile.am | |
parent | 3b6ead69e34b2db41cd85ea4f936f8076cea9474 (diff) | |
download | gsoc2013-empathy-e3fb0a7efd87eb0993dd6e3a787df9f7f74755a2.tar gsoc2013-empathy-e3fb0a7efd87eb0993dd6e3a787df9f7f74755a2.tar.gz gsoc2013-empathy-e3fb0a7efd87eb0993dd6e3a787df9f7f74755a2.tar.bz2 gsoc2013-empathy-e3fb0a7efd87eb0993dd6e3a787df9f7f74755a2.tar.lz gsoc2013-empathy-e3fb0a7efd87eb0993dd6e3a787df9f7f74755a2.tar.xz gsoc2013-empathy-e3fb0a7efd87eb0993dd6e3a787df9f7f74755a2.tar.zst gsoc2013-empathy-e3fb0a7efd87eb0993dd6e3a787df9f7f74755a2.zip |
Rename EmpathyTube to EmpathyTpTube and remove EmpathyTubes.
svn path=/trunk/; revision=978
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index f35309942..16696b432 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -35,13 +35,12 @@ libempathy_la_SOURCES = \ empathy-tp-chat.c \ empathy-tp-roomlist.c \ empathy-tp-call.c \ + empathy-tp-tube.c \ empathy-idle.c \ empathy-log-manager.c \ empathy-irc-network-manager.c \ empathy-irc-network.c \ empathy-irc-server.c \ - empathy-tubes.c \ - empathy-tube.c \ empathy-tube-handler.c # do not distribute generated files @@ -76,13 +75,12 @@ libempathy_headers = \ empathy-tp-chat.h \ empathy-tp-roomlist.h \ empathy-tp-call.h \ + empathy-tp-tube.h \ empathy-idle.h \ empathy-log-manager.h \ empathy-irc-network-manager.h \ empathy-irc-network.h \ empathy-irc-server.h \ - empathy-tubes.h \ - empathy-tube.h \ empathy-tube-handler.h libempathy_includedir = $(includedir)/libempathy/ |