]> jfr.im git - solanum.git/blobdiff - src/Makefile.in
capability: store capability bit entries with actual bit numbers, instead of as an...
[solanum.git] / src / Makefile.in
index 5322b5a2ccc264528b9036ce2b1ac85a39a8174c..b017792744bebb25d309ec4838a276f2a8cb7efa 100644 (file)
@@ -54,8 +54,10 @@ lex.yy.c:    ircd_lexer.l
        ${LEX} ircd_lexer.l
 
 SRCS =                          \
+  bandbi.c                     \
   blacklist.c                  \
   cache.c                      \
+  capability.c                 \
   channel.c                     \
   chmode.c                     \
   class.c                       \
@@ -65,10 +67,10 @@ SRCS =                          \
   hash.c                        \
   hook.c                        \
   hostmask.c                   \
+  ipv4_from_ipv6.c              \
   irc_dictionary.c             \
   ircd.c                        \
   ircd_signal.c                 \
-  kdparse.c                    \
   listener.c                    \
   logger.c                      \
   match.c                       \
@@ -76,8 +78,10 @@ SRCS =                          \
   monitor.c                    \
   newconf.c                    \
   numeric.c                     \
+  operhash.c                    \
   packet.c                      \
   parse.c                       \
+  privilege.c                  \
   res.c                                \
   reslib.c                     \
   reject.c                     \
@@ -93,6 +97,7 @@ SRCS =                          \
   sslproc.c                    \
   substitution.c               \
   supported.c                  \
+  tgchange.c                   \
   whowas.c
 
 OBJS = ${SRCS:.c=.o}