]> jfr.im git - solanum.git/blobdiff - src/Makefile.in
Make the ircd start again.
[solanum.git] / src / Makefile.in
index c9256cc04a7c4be372d19917a9b74a1525cade28..5322b5a2ccc264528b9036ce2b1ac85a39a8174c 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,7 +65,6 @@ SRCS =                          \
   hash.c                        \
   hook.c                        \
   hostmask.c                   \
-  irc_string.c                  \
   irc_dictionary.c             \
   ircd.c                        \
   ircd_signal.c                 \
@@ -86,7 +85,6 @@ SRCS =                          \
   s_auth.c                      \
   s_conf.c                      \
   s_newconf.c                  \
-  s_gline.c                     \
   s_serv.c                      \
   s_user.c                      \
   scache.c                      \
@@ -146,7 +144,7 @@ version.c: version.c.SH
 
 .PHONY: depend clean distclean
 depend:
-       ${MKDEP} ${CPPFLAGS} ${BASE_SRCS} > .depend
+       ${MKDEP} ${CPPFLAGS} ${SRCS} > .depend
 
 clean:
        ${RM} -f *.o *.exe *~ y.tab.* lex.yy.c ircd.core core ircd