Link bandb to build.

This commit is contained in:
William Pitcock 2010-01-07 16:51:09 -06:00
parent 7641ecd8cc
commit 5545c7ea81
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 \