]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - tools/Makefile.in
Fix VERSION and RPL_MYINFO to only show modes that are enabled. Also fix up some...
[irc/rqf/shadowircd.git] / tools / Makefile.in
index f942c776377d4ab3cc040a245af361c28ca05e25..3ed0073b9dcb09c452596ada04edb93ffc4db082 100644 (file)
@@ -15,18 +15,19 @@ MV          = @MV@
 RM             = @RM@
 LN              = @LN@
 
-IRCDLIBS       = @LIBS@ 
-INCLUDES       = -I../include 
+IRCDLIBS       = -L../libratbox/src/.libs -lratbox @LIBS@ 
+INCLUDES       = -I../include -I../libratbox/include
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
 
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
 bindir         = @bindir@
+libdir         = @libdir@
 libexecdir     = @libexecdir@
 confdir                = @confdir@
 localstatedir  = @localstatedir@
 
-PROGS          = viconf mkpasswd convertilines convertklines 
+PROGS          = viconf mkpasswd convertilines convertklines genssl.sh
 
 all: $(PROGS)
 
@@ -44,6 +45,8 @@ convertilines: convertilines.c
 convertklines: convertklines.c
        $(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDES) convertklines.c -o convertklines $(IRCDLIBS)
 
+genssl.sh:
+
 clean:
        $(RM) -f encspeed viconf chkconf mkpasswd *~ core *.exe convertklines convertilines