From ae8be1b7c79bee73a0592c395605e2fd16953e07 Mon Sep 17 00:00:00 2001 From: Shantonu Sen Date: Fri, 12 May 2000 02:51:21 +0000 Subject: [PATCH] Removed zotnet/bboards from default build. --- configure.in | 6 +++--- zotnet/Makefile.in | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index d68b624..2cec6f0 100644 --- a/configure.in +++ b/configure.in @@ -697,9 +697,9 @@ dnl OUTPUT MAKEFILES dnl ---------------- AC_OUTPUT(Makefile config/Makefile h/Makefile sbr/Makefile uip/Makefile \ zotnet/Makefile zotnet/mts/Makefile zotnet/tws/Makefile \ - zotnet/mf/Makefile zotnet/bboards/Makefile mts/Makefile \ - mts/smtp/Makefile mts/sendmail/Makefile mts/mmdf/Makefile \ - etc/Makefile docs/Makefile man/Makefile, \ + zotnet/mf/Makefile mts/Makefile mts/smtp/Makefile \ + mts/sendmail/Makefile mts/mmdf/Makefile etc/Makefile \ + docs/Makefile man/Makefile, \ [test -z "$CONFIG_HEADERS" || echo > stamp-h]) dnl Umm, what's the point of these assignments?? -- diff --git a/zotnet/Makefile.in b/zotnet/Makefile.in index 4f43ffb..9178deb 100644 --- a/zotnet/Makefile.in +++ b/zotnet/Makefile.in @@ -26,8 +26,7 @@ default_editor='$(default_editor)' default_pager='$(default_pager)' # object files in libzot.a OBJS = mts/mts.o mts/client.o \ tws/dtime.o tws/dtimep.o tws/lexstring.o \ - mf/mf.o \ - bboards/getbbent.o + mf/mf.o # auxiliary files AUX = Makefile.in @@ -36,7 +35,7 @@ AUX = Makefile.in DIST = $(AUX) # subdirectories -SUBDIRS = mts tws mf bboards +SUBDIRS = mts tws mf # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ========== -- 1.7.10.4