]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/Makefile.in
Argh, wrong replace caused by MS VS 2005 interface.
[irc/rqf/shadowircd.git] / modules / Makefile.in
index dc9105e2112f4b29bfec1cb51a91a8a27f0f45d9..ceb027a713e02479f98cde382f2c8a60a0b132bf 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Makefile.in for ircd/modules
 #
-# $Id: Makefile.in 946 2006-03-06 03:43:02Z nenolod $
+# $Id: Makefile.in 3372 2007-04-03 10:18:07Z nenolod $
 #
 CC             = @CC@
 AR             = @AR@
@@ -32,7 +32,7 @@ moduledir       = @moduledir@
 # Change this later! -- adrian
 automoduledir   = @moduledir@/autoload
 
-INCLUDES       = -I../include -I../libcharybdis -I../adns $(SSL_INCLUDES)
+INCLUDES       = -I../include -I../libratbox/include $(SSL_INCLUDES)
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
 
 CORE_SRCS = \
@@ -72,7 +72,7 @@ TSRCS =                          \
   m_kline.c \
   m_knock.c \
   m_links.c \
-  m_list_safelist.c \
+  m_list.c \
   m_locops.c \
   m_lusers.c \
   m_map.c \
@@ -85,6 +85,7 @@ TSRCS =                          \
   m_ping.c \
   m_pong.c \
   m_post.c \
+  m_privs.c \
   m_rehash.c \
   m_restart.c \
   m_resv.c \