Link bandb to build.
This commit is contained in:
parent
7641ecd8cc
commit
5545c7ea81
|
@ -46,7 +46,7 @@ CFLAGS = @CFLAGS@
|
||||||
# the system one.
|
# the system one.
|
||||||
#CFLAGS= -DNDEBUG -g -O2 -D"FD_SETSIZE=1024"
|
#CFLAGS= -DNDEBUG -g -O2 -D"FD_SETSIZE=1024"
|
||||||
SHELL=/bin/sh
|
SHELL=/bin/sh
|
||||||
SUBDIRS=libratbox modules extensions src tools ssld doc help
|
SUBDIRS=libratbox modules extensions src tools ssld bandb doc help
|
||||||
CLEANDIRS = ${SUBDIRS}
|
CLEANDIRS = ${SUBDIRS}
|
||||||
RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile
|
RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile
|
||||||
|
|
||||||
|
|
|
@ -1157,6 +1157,7 @@ fi
|
||||||
|
|
||||||
AC_CONFIG_FILES( \
|
AC_CONFIG_FILES( \
|
||||||
Makefile \
|
Makefile \
|
||||||
|
bandb/Makefile \
|
||||||
ssld/Makefile \
|
ssld/Makefile \
|
||||||
extensions/Makefile \
|
extensions/Makefile \
|
||||||
unsupported/Makefile \
|
unsupported/Makefile \
|
||||||
|
|
Loading…
Reference in New Issue