Added ssld to Makefile.in and configure.ac.

This commit is contained in:
Valery Yatsko 2008-04-06 14:50:29 +04:00
parent 7f87f8d2e4
commit 9b027314f1
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@ CFLAGS = @CFLAGS@
# the system one.
#CFLAGS= -DNDEBUG -g -O2 -D"FD_SETSIZE=1024"
SHELL=/bin/sh
SUBDIRS=libratbox modules extensions src tools servlink doc help
SUBDIRS=libratbox modules extensions src tools servlink ssld doc help
CLEANDIRS = ${SUBDIRS}
RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile

View File

@ -1194,6 +1194,7 @@ fi
AC_CONFIG_FILES( \
Makefile \
servlink/Makefile \
ssld/Makefile \
extensions/Makefile \
unsupported/Makefile \
src/Makefile \