added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / Makefile.in
index 3b01d2d84cb291fd8bc25351f055f940d2518ad2..f8867cdcbe90612992bdb0d19bc9716e37ad75e7 100644 (file)
@@ -186,6 +186,8 @@ IRCD_SRC = \
        m_who.c \
        m_whois.c \
        m_whowas.c \
+       m_xquery.c \
+       m_xreply.c \
        match.c \
        memdebug.c \
        motd.c \
@@ -208,7 +210,8 @@ IRCD_SRC = \
        s_stats.c \
        s_user.c \
        send.c \
-       uping.c \
+       ssl.c \
+  uping.c \
        userload.c \
        whocmds.c \
        whowas.c \