From 9d00e22db90ce4bd4f14745dd351cbbee5f5e322 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 3 Nov 2006 22:41:26 +0000 Subject: [PATCH] - Fixed m_names.so not being build (a problem for people not using commands.so), reported by aegis (#0003085). --- Changes | 2 ++ src/modules/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index a880334fb..f3a03233d 100644 --- a/Changes +++ b/Changes @@ -1401,3 +1401,5 @@ NICK is not seen as a password on this port. Patch from afolentes (#0003097). - Fixed some unitialized pointer things for win32 w/ssl on keyprompt, no idea if it helps, though. Would appreciate it if another code looks into this. -- Syzop +- Fixed m_names.so not being build (a problem for people not using commands.so), + reported by aegis (#0003085). diff --git a/src/modules/Makefile.in b/src/modules/Makefile.in index 4c64fc51c..459358f66 100644 --- a/src/modules/Makefile.in +++ b/src/modules/Makefile.in @@ -55,7 +55,7 @@ R_MODULES= \ m_svsfline.so m_dccdeny.so m_undccdeny.so m_whowas.so \ m_connect.so m_dccallow.so m_userip.so m_nick.so m_user.so \ m_mode.so m_watch.so m_part.so m_join.so m_motd.so m_opermotd.so \ - m_botmotd.so m_lusers.so cloak.so + m_botmotd.so m_lusers.so m_names.so cloak.so #note change of .c to .o COMMANDS=m_sethost.o m_chghost.o m_chgident.o m_setname.o m_setident.o \