]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Move m_force to extensions.
authorJD Horelick <redacted>
Tue, 23 Feb 2010 06:42:36 +0000 (01:42 -0500)
committerJD Horelick <redacted>
Tue, 23 Feb 2010 06:42:36 +0000 (01:42 -0500)
extensions/Makefile.in
extensions/m_force.c [moved from unsupported/m_force.c with 100% similarity]
unsupported/Makefile.in

index cea88c2a5249c42afd1bc584de084f0286335adc..b041b2d2b94970c5df3a46aeb4d6c51a78417876 100644 (file)
@@ -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                    \
similarity index 100%
rename from unsupported/m_force.c
rename to extensions/m_force.c
index 4d55313456c8b5ed26cfcd18bf1b90e8522136bc..1ae6abcbd9b52c71944254c81c34ddc31ca07089 100644 (file)
@@ -28,7 +28,6 @@ CPPFLAGS      = ${INCLUDES} @CPPFLAGS@
 
 SRCS =                          \
   m_clearchan.c                        \
-  m_force.c                    \
   sno_channeljoin.c
 
 OBJS = ${SRCS:.c=.so}