Changeset 355e2ad for Makefile


Ignore:
Timestamp:
2015-10-01T01:01:48Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
3cbf71d
Parents:
d797fb4
git-author:
dequis <dx@…> (18-08-15 05:53:17)
git-committer:
dequis <dx@…> (01-10-15 01:01:48)
Message:

Move CAP commands to irc_cap.c; use enum for flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rd797fb4 r355e2ad  
    1010
    1111# Program variables
    12 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
     12objects = 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
    1313headers = $(wildcard $(_SRCDIR_)*.h $(_SRCDIR_)lib/*.h $(_SRCDIR_)protocols/*.h)
    1414subdirs = lib protocols
Note: See TracChangeset for help on using the changeset viewer.