]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/Makefile.in
Some global structs cleaned up a bit in their initalization and declarations.
[irc/rqf/shadowircd.git] / src / Makefile.in
index 2d8c470ecb54b44b02cd265f35432bfa5a461471..16376bda222dc74e08ee36538d115cc9af395376 100644 (file)
@@ -33,9 +33,9 @@ PROGS         = $(IRCD_EXE)
 SSL_LIBS       = @SSL_LIBS@
 SSL_INCLUDES   = @SSL_INCLUDES@
 
-IRCDLIBS       = @MODULES_LIBS@ -L../libcharybdis -lcharybdis @LIBS@ $(SSL_LIBS)
+IRCDLIBS       = @MODULES_LIBS@ -Wl,-rpath=@libdir@ -L../libratbox/src/.libs -lratbox @LIBS@ $(SSL_LIBS)
 
-INCLUDES       = -I../include -I../libcharybdis $(SSL_INCLUDES)
+INCLUDES       = -I../include -I../libratbox/include $(SSL_INCLUDES)
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
  
 default:       all
@@ -66,11 +66,13 @@ SRCS =                          \
   hook.c                        \
   hostmask.c                   \
   irc_string.c                  \
+  irc_dictionary.c             \
   ircd.c                        \
   ircd_signal.c                 \
   ircd_state.c                 \
   kdparse.c                    \
   listener.c                    \
+  logger.c                      \
   match.c                       \
   modules.c                     \
   monitor.c                    \
@@ -78,7 +80,6 @@ SRCS =                          \
   numeric.c                     \
   packet.c                      \
   parse.c                       \
-  patricia.c                   \
   res.c                                \
   reslib.c                     \
   reject.c                     \
@@ -87,9 +88,7 @@ SRCS =                          \
   s_conf.c                      \
   s_newconf.c                  \
   s_gline.c                     \
-  s_log.c                       \
   s_serv.c                      \
-  s_stats.c                     \
   s_user.c                      \
   scache.c                      \
   send.c                        \