diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-02 17:41:19 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-02 17:41:19 +0800 |
commit | 53a0c1823cfb7de1b1ddccda22a7f7caf5e87ef3 (patch) | |
tree | 84faa5fdcf47042a1e0cc1a5062f688aea2793a8 /libempathy/Makefile.am | |
parent | 34758521c95eb73a30f7651451f4249cef10354f (diff) | |
download | gsoc2013-empathy-53a0c1823cfb7de1b1ddccda22a7f7caf5e87ef3.tar gsoc2013-empathy-53a0c1823cfb7de1b1ddccda22a7f7caf5e87ef3.tar.gz gsoc2013-empathy-53a0c1823cfb7de1b1ddccda22a7f7caf5e87ef3.tar.bz2 gsoc2013-empathy-53a0c1823cfb7de1b1ddccda22a7f7caf5e87ef3.tar.lz gsoc2013-empathy-53a0c1823cfb7de1b1ddccda22a7f7caf5e87ef3.tar.xz gsoc2013-empathy-53a0c1823cfb7de1b1ddccda22a7f7caf5e87ef3.tar.zst gsoc2013-empathy-53a0c1823cfb7de1b1ddccda22a7f7caf5e87ef3.zip |
Unify EmpathyTpChatroom and EmpathyTpChat.
svn path=/trunk/; revision=830
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 f88a8cbc8..fc5b326a1 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -35,7 +35,6 @@ libempathy_la_SOURCES = \ empathy-tp-group.c \ empathy-tp-contact-list.c \ empathy-tp-chat.c \ - empathy-tp-chatroom.c \ empathy-tp-roomlist.c \ empathy-tp-call.c \ empathy-chandler.c \ @@ -76,7 +75,6 @@ libempathy_headers = \ empathy-tp-group.h \ empathy-tp-contact-list.h \ empathy-tp-chat.h \ - empathy-tp-chatroom.h \ empathy-tp-roomlist.h \ empathy-tp-call.h \ empathy-chandler.h \ |