]> jfr.im git - solanum.git/blobdiff - ircd/Makefile.am
client: always purge a client from the connid table, as connid is not related to FD
[solanum.git] / ircd / Makefile.am
index 9c1da2c7f50757fe0de24abe63b23669e385c7ab..9554f19762570a34c2097f1a02bb810c166422fd 100644 (file)
@@ -15,6 +15,7 @@ version.c: version.c.SH ../CREDITS ../include/patchlevel.h ../include/serno.h
        touch version.c.SH
 
 libircd_la_SOURCES =                  \
+  authd.c                      \
   bandbi.c                      \
   blacklist.c                   \
   cache.c                       \
@@ -23,12 +24,14 @@ libircd_la_SOURCES =                  \
   chmode.c                      \
   class.c                       \
   client.c                      \
+  dns.c                                \
   extban.c                      \
   getopt.c                      \
   hash.c                        \
   hook.c                        \
   hostmask.c                    \
   ipv4_from_ipv6.c             \
+  irc_radixtree.c              \
   irc_dictionary.c              \
   ircd.c                        \
   ircd_parser.y                 \
@@ -39,14 +42,13 @@ libircd_la_SOURCES =                  \
   match.c                       \
   modules.c                     \
   monitor.c                     \
+  msgbuf.c                     \
   newconf.c                     \
   operhash.c                    \
   packet.c                      \
   parse.c                       \
   privilege.c                   \
   ratelimit.c                  \
-  res.c                         \
-  reslib.c                      \
   reject.c                      \
   restart.c                     \
   s_auth.c                      \