Moved date/time functions from zotnet/tws to sbr. More importantly,
[mmh] / zotnet / Makefile.in
index 9178deb..cc20173 100644 (file)
@@ -24,9 +24,7 @@ mailspool='$(mailspool)' sendmailpath='$(sendmailpath)' \
 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
+OBJS = mts/mts.o mts/client.o
 
 # auxiliary files
 AUX = Makefile.in
@@ -35,7 +33,7 @@ AUX = Makefile.in
 DIST = $(AUX)
 
 # subdirectories
-SUBDIRS = mts tws mf
+SUBDIRS = mts
 
 # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ==========