Move m_force to extensions.

This commit is contained in:
JD Horelick 2010-02-23 01:42:36 -05:00
parent f34794d0a8
commit f8b8808ac7
3 changed files with 1 additions and 1 deletions

View 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 \

View File

@ -28,7 +28,6 @@ CPPFLAGS = ${INCLUDES} @CPPFLAGS@
SRCS = \
m_clearchan.c \
m_force.c \
sno_channeljoin.c
OBJS = ${SRCS:.c=.so}