0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-17 17:38:22 +02:00

Added ssld to Makefile.in and configure.ac.

This commit is contained in:
Valery Yatsko 2008-04-06 14:50:29 +04:00
parent 8d99443b6b
commit d261b578f4
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 \