diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:53:53 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:53:53 +0800 |
commit | 7e4d8b0c52a46d61718fb15e5cf2741aa552b721 (patch) | |
tree | 1bd9113fd6b50c49d46871e423abf38e6b3896cf /tests/Makefile.am | |
parent | 1f242f9e69c4d69303e110222f917953550012ca (diff) | |
download | gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar.gz gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar.bz2 gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar.lz gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar.xz gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar.zst gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.zip |
rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.c
svn path=/trunk/; revision=1545
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e92101959..6134aa142 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -39,7 +39,7 @@ check_main_SOURCES = \ check-empathy-irc-network.c \ check-empathy-irc-network-manager.c \ check-empathy-chatroom.c \ - check-empathy-irc-chatroom-manager.c + check-empathy-chatroom-manager.c check_main_LDADD = \ @CHECK_LIBS@ \ |