X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/cb57dfe52000b2062622e492655b63d3bd1fbf92..9f811fcefd7764ba42e91d9036f4b8cb5891dd66:/Makefile.in diff --git a/Makefile.in b/Makefile.in index d2a79ed..f86c522 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,7 +46,7 @@ CFLAGS = @CFLAGS@ # the system one. #CFLAGS= -DNDEBUG -g -O2 -D"FD_SETSIZE=1024" SHELL=/bin/sh -SUBDIRS=modules extensions libcharybdis src tools servlink doc help +SUBDIRS=libratbox modules extensions src tools ssld doc help CLEANDIRS = ${SUBDIRS} RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile @@ -74,7 +74,7 @@ build: @for i in $(SUBDIRS); do \ echo "build ==> $$i";\ cd $$i;\ - ${MAKE} build || exit; cd ..;\ + ${MAKE} || exit; cd ..;\ done clean: