From dea9f9d41c8cc9499395eca098594cfb7f23377e Mon Sep 17 00:00:00 2001 From: tamches Date: Mon, 27 Feb 1995 18:32:30 +0000 Subject: [PATCH] Changes to reflect the new TCthread. --- paradyn/make.module.tmpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/paradyn/make.module.tmpl b/paradyn/make.module.tmpl index 6c9a9e7..12d2db6 100644 --- a/paradyn/make.module.tmpl +++ b/paradyn/make.module.tmpl @@ -4,7 +4,10 @@ # from within an architecture-specific Makefile. # # $Log: make.module.tmpl,v $ -# Revision 1.4 1995/02/26 02:14:39 newhall +# Revision 1.5 1995/02/27 18:32:30 tamches +# Changes to reflect the new TCthread. +# +# Revision 1.4 1995/02/26 02:14:39 newhall # added source file DMphase.C # # Revision 1.3 1995/02/16 08:03:56 markc @@ -52,6 +55,8 @@ SRCS += ../src/DMthread/DMpublic.C \ ../src/UIthread/UIwhere.C \ ../src/UIthread/dagCompute.C \ ../src/UIthread/dag.C \ + ../src/TCthread/TCmain.C \ + ../src/TCthread/tunableConst.C \ ../src/met/metMain.C \ metParser.C \ metScanner.C \ -- 1.8.3.1