]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/Makefile.in
Add topic TS and channel TS constraints for /LIST.
[irc/rqf/shadowircd.git] / src / Makefile.in
index fc6fde45d002847382201b885429eba0e3d89738..ab69afbb2759fb99abc6e0982473188d2fbceff5 100644 (file)
@@ -69,7 +69,6 @@ SRCS =                          \
   irc_dictionary.c             \
   ircd.c                        \
   ircd_signal.c                 \
-  kdparse.c                    \
   listener.c                    \
   logger.c                      \
   match.c                       \
@@ -77,6 +76,7 @@ SRCS =                          \
   monitor.c                    \
   newconf.c                    \
   numeric.c                     \
+  operhash.c                    \
   packet.c                      \
   parse.c                       \
   privilege.c                  \
@@ -95,6 +95,7 @@ SRCS =                          \
   sslproc.c                    \
   substitution.c               \
   supported.c                  \
+  tgchange.c                   \
   whowas.c
 
 OBJS = ${SRCS:.c=.o}