diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 6709a6a40..e92101959 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -38,7 +38,8 @@ check_main_SOURCES = \ check-empathy-irc-server.c \ check-empathy-irc-network.c \ check-empathy-irc-network-manager.c \ - check-empathy-chatroom.c + check-empathy-chatroom.c \ + check-empathy-irc-chatroom-manager.c check_main_LDADD = \ @CHECK_LIBS@ \ |