added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / Makefile.in
index a75a218404215ea49e2ac3bda533a5e980c898ff..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 \
@@ -243,10 +246,10 @@ convert-conf: ${CONVERT_CONF_OBJS}
        ${PURIFY} ${CC} ${CONVERT_CONF_OBJS} ${LDFLAGS} -o convert-conf
 
 .PHONY: version.c
-version.c: version.c.SH umkpasswd
+version.c: version.c.SH ${top_srcdir}/include/patchlist.h umkpasswd
        ${SHELL} ${srcdir}/version.c.SH ${top_srcdir}
 
-../include/patchlist.h:
+${top_srcdir}/include/patchlist.h:
        (cd ${top_srcdir} ; ./ircd-patch update)
 
 ircd_string.o: ircd_string.c chattr.tab.c