]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/Makefile.in
ident: obtain port numbers earlier and store them
[irc/rqf/shadowircd.git] / src / Makefile.in
index ef6a88e9e5709850bb901a876577c4c35c0ce678..f2298b7a9aedf0d5c2d450e3e2d6600dfb8b8322 100644 (file)
@@ -33,7 +33,7 @@ PROGS         = $(IRCD_EXE)
 SSL_LIBS       = @SSL_LIBS@
 SSL_INCLUDES   = @SSL_INCLUDES@
 
-IRCDLIBS       = @MODULES_LIBS@ -Wl,-rpath=@libdir@ -L../libratbox/src/.libs -lratbox @LIBS@ $(SSL_LIBS)
+IRCDLIBS       = @MODULES_LIBS@ -L../libratbox/src/.libs -lratbox @LIBS@ $(SSL_LIBS)
 
 INCLUDES       = -I../include -I../libratbox/include $(SSL_INCLUDES)
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
@@ -65,13 +65,12 @@ SRCS =                          \
   hash.c                        \
   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                    \
@@ -86,14 +85,12 @@ SRCS =                          \
   s_auth.c                      \
   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                        \
   snomask.c                    \
+  sslproc.c                    \
   substitution.c               \
   supported.c                  \
   whowas.c