Added ssld to Makefile.in and configure.ac.
This commit is contained in:
parent
8d99443b6b
commit
d261b578f4
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1194,6 +1194,7 @@ fi
|
|||
AC_CONFIG_FILES( \
|
||||
Makefile \
|
||||
servlink/Makefile \
|
||||
ssld/Makefile \
|
||||
extensions/Makefile \
|
||||
unsupported/Makefile \
|
||||
src/Makefile \
|
||||
|
|
Loading…
Reference in a new issue