diff options
author | dequis <dx@dxzone.com.ar> | 2015-08-18 02:53:17 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-09-30 22:01:48 -0300 |
commit | 355e2ade69fe6555320d8fe5b4b9d3a56c3e6edb (patch) | |
tree | e78724898e6312104a9acf6bd93195fb1db3e0eb /Makefile | |
parent | d797fb45e38b005b25fa043f4d3c427ec7f7fe53 (diff) |
Move CAP commands to irc_cap.c; use enum for flags
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ -include Makefile.settings # Program variables -objects = bitlbee.o dcc.o help.o ipc.o irc.o irc_im.o irc_channel.o irc_commands.o irc_send.o irc_user.o irc_util.o nick.o $(OTR_BI) query.o root_commands.o set.o storage.o $(STORAGE_OBJS) unix.o conf.o log.o +objects = bitlbee.o dcc.o help.o ipc.o irc.o irc_im.o irc_cap.o irc_channel.o irc_commands.o irc_send.o irc_user.o irc_util.o nick.o $(OTR_BI) query.o root_commands.o set.o storage.o $(STORAGE_OBJS) unix.o conf.o log.o headers = $(wildcard $(_SRCDIR_)*.h $(_SRCDIR_)lib/*.h $(_SRCDIR_)protocols/*.h) subdirs = lib protocols |