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

Link bandb to build.

This commit is contained in:
William Pitcock 2010-01-07 16:51:09 -06:00
parent 832ed81ad9
commit 734ce253df
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 ssld doc help
SUBDIRS=libratbox modules extensions src tools ssld bandb doc help
CLEANDIRS = ${SUBDIRS}
RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile

View file

@ -1157,6 +1157,7 @@ fi
AC_CONFIG_FILES( \
Makefile \
bandb/Makefile \
ssld/Makefile \
extensions/Makefile \
unsupported/Makefile \