diff options
author | lfb <lfb> | 1999-02-16 12:03:59 (GMT) |
---|---|---|
committer | lfb <lfb> | 1999-02-16 12:03:59 (GMT) |
commit | 61cec9efd757c04a83e0946610d6868f3a3ac750 (patch) | |
tree | 39ecf67991e36595a829eac8f169c743b54f62b4 | |
parent | 7cebbc2af933d05ed190986998c62698f3c9902b (diff) | |
download | tk-61cec9efd757c04a83e0946610d6868f3a3ac750.zip tk-61cec9efd757c04a83e0946610d6868f3a3ac750.tar.gz tk-61cec9efd757c04a83e0946610d6868f3a3ac750.tar.bz2 |
Added tclUnixTest.o to the list of TCLTEST_OBJS for Tk.
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 59f5e1d..0e43347 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.1.4.3 1998/11/25 21:16:40 stanton Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.4.4 1999/02/16 12:03:59 lfb Exp $ # Current Tk version; used in various names. @@ -224,7 +224,8 @@ ${KEYSYM_FLAGS} WISH_OBJS = tkAppInit.o -TCLTEST_OBJS = ${TCL_BIN_DIR}/tclTest.o ${TCL_BIN_DIR}/tclUnixTest.o +TCLTEST_OBJS = ${TCL_BIN_DIR}/tclTest.o ${TCL_BIN_DIR}/tclThreadTest.o \ + ${TCL_BIN_DIR}/tclUnixTest.o TKTEST_OBJS = $(TCLTEST_OBJS) tkTestInit.o tkTest.o tkSquare.o WIDGOBJS = tkButton.o tkEntry.o tkFrame.o tkListbox.o \ |