]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - unsupported/Makefile.in
Fix a couple typos.
[irc/rqf/shadowircd.git] / unsupported / Makefile.in
index 60ee719bfb223bc5210d34baa043a3df72e2eb5c..1ae6abcbd9b52c71944254c81c34ddc31ca07089 100644 (file)
@@ -23,12 +23,11 @@ SSL_INCLUDES        = @SSL_INCLUDES@
 
 IRCDLIBS       = @LIBS@ $(SSL_LIBS)
 
-INCLUDES       = -I. -I../include -I../libcharybdis -I../adns $(SSL_INCLUDES)
+INCLUDES       = -I. -I../include -I../libcharybdis -I../libratbox/include $(SSL_INCLUDES)
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
 
 SRCS =                          \
   m_clearchan.c                        \
-  m_force.c                    \
   sno_channeljoin.c
 
 OBJS = ${SRCS:.c=.so}