diff options
author | jenglish <jenglish@flightlab.com> | 2008-03-21 21:49:10 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-03-21 21:49:10 (GMT) |
commit | aaf798083f7605166430807208c76d402e6f9779 (patch) | |
tree | 1da6709ac8affe22c275800bb928f277f740d811 /unix/Makefile.in | |
parent | 8365f49c5961e46f2789d02b9fc8ce444b9bfc24 (diff) | |
download | tk-aaf798083f7605166430807208c76d402e6f9779.zip tk-aaf798083f7605166430807208c76d402e6f9779.tar.gz tk-aaf798083f7605166430807208c76d402e6f9779.tar.bz2 |
Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 4f4dfd4..96df504 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.142 2008/03/19 17:21:47 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.143 2008/03/21 21:49:12 jenglish Exp $ # Current Tk version; used in various names. @@ -370,7 +370,7 @@ TTK_OBJS = \ ttkPanedwindow.o ttkProgress.o ttkScale.o ttkScrollbar.o ttkScroll.o \ ttkSeparator.o ttkSquare.o ttkState.o \ ttkTagSet.o ttkTheme.o ttkTrace.o ttkTrack.o ttkTreeview.o \ - ttkWidget.o ttkStubInit.o ttkStubLib.o + ttkWidget.o ttkStubInit.o STUB_OBJS = tkStubInit.o tkStubLib.o |