X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/db137867934884554ef0fd77ed16b62923f4f467..b69b8b08702d9c6f2480c8ca25a4b4c61bbc2b91:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 339b5889..f86c522c 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=libratbox 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: