summaryrefslogtreecommitdiffstats
path: root/innbbsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/Makefile')
-rw-r--r--innbbsd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile
index 78d15673..3365e9c8 100644
--- a/innbbsd/Makefile
+++ b/innbbsd/Makefile
@@ -42,6 +42,8 @@ ${UTIL_DIR}/${fn}: # FIXME: dependency
cd ${UTIL_DIR}; make ${fn}
.endfor
+LINK_UTIL_OBJS+= $(SRCROOT)/src/libbbsutil/libbbsutil.a \
+ $(SRCROOT)/src/libbbs/libbbs.a
echobbslib.o: echobbslib.c
${CC} ${CFLAGS} -DWITH_ECHOMAIL -c echobbslib.c