From: JD Horelick Date: Tue, 23 Feb 2010 06:42:36 +0000 (-0500) Subject: Move m_force to extensions. X-Git-Tag: shadowircd-6.0.0~173 X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/commitdiff_plain/f8b8808ac75a9ef6ad6a070cde3c1a809d930b9f?hp=f34794d0a823b4aaef6d401443a7903f8b5dc596 Move m_force to extensions. --- diff --git a/extensions/Makefile.in b/extensions/Makefile.in index cea88c2..b041b2d 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -56,6 +56,7 @@ SRCS = \ m_42.c \ m_adminwall.c \ m_findforwards.c \ + m_force.c \ m_identify.c \ m_mkpasswd.c \ m_ojoin.c \ diff --git a/unsupported/m_force.c b/extensions/m_force.c similarity index 100% rename from unsupported/m_force.c rename to extensions/m_force.c diff --git a/unsupported/Makefile.in b/unsupported/Makefile.in index 4d55313..1ae6abc 100644 --- a/unsupported/Makefile.in +++ b/unsupported/Makefile.in @@ -28,7 +28,6 @@ CPPFLAGS = ${INCLUDES} @CPPFLAGS@ SRCS = \ m_clearchan.c \ - m_force.c \ sno_channeljoin.c OBJS = ${SRCS:.c=.so}