X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2FMakefile.in;h=f8867cdcbe90612992bdb0d19bc9716e37ad75e7;hb=refs%2Fheads%2Fupstream-ssl;hp=a75a218404215ea49e2ac3bda533a5e980c898ff;hpb=a2cd649cc8291d89128b2b7abbf50855fa96403f;p=ircu2.10.12-pk.git diff --git a/ircd/Makefile.in b/ircd/Makefile.in index a75a218..f8867cd 100644 --- a/ircd/Makefile.in +++ b/ircd/Makefile.in @@ -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