aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-08-18 02:53:17 -0300
committerdequis <dx@dxzone.com.ar>2015-09-30 22:01:48 -0300
commit355e2ade69fe6555320d8fe5b4b9d3a56c3e6edb (patch)
treee78724898e6312104a9acf6bd93195fb1db3e0eb /tests
parentd797fb45e38b005b25fa043f4d3c427ec7f7fe53 (diff)
Move CAP commands to irc_cap.c; use enum for flags
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index d77fb1d1..efca9bff 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -14,7 +14,7 @@ clean:
distclean: clean
-main_objs = bitlbee.o conf.o dcc.o help.o ipc.o irc.o irc_channel.o irc_commands.o irc_im.o irc_send.o irc_user.o irc_util.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_xml.o
+main_objs = bitlbee.o conf.o dcc.o help.o ipc.o irc.o irc_cap.o irc_channel.o irc_commands.o irc_im.o irc_send.o irc_user.o irc_util.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_xml.o
test_objs = check.o check_util.o check_nick.o check_md5.o check_arc.o check_irc.o check_help.o check_user.o check_set.o check_jabber_sasl.o check_jabber_util.o