Removed zotnet/bboards from default build.
authorShantonu Sen <ssen@mit.edu>
Fri, 12 May 2000 02:51:21 +0000 (02:51 +0000)
committerShantonu Sen <ssen@mit.edu>
Fri, 12 May 2000 02:51:21 +0000 (02:51 +0000)
configure.in
zotnet/Makefile.in

index d68b624..2cec6f0 100644 (file)
@@ -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??  -- <dan-nmh@dilvish.speed.net>
index 4f43ffb..9178deb 100644 (file)
@@ -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 ==========