diff options
author | das <das@noemail.net> | 2008-03-19 17:21:47 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2008-03-19 17:21:47 (GMT) |
commit | 5b9b6e6579d4e66d28c6608356bcd3c44388a82e (patch) | |
tree | 82aba6af03c59b0ff54bc168f41e18772d297d3b /unix | |
parent | 449cdd994916c1dd14af22b952681b6cdd4bd519 (diff) | |
download | tk-5b9b6e6579d4e66d28c6608356bcd3c44388a82e.zip tk-5b9b6e6579d4e66d28c6608356bcd3c44388a82e.tar.gz tk-5b9b6e6579d4e66d28c6608356bcd3c44388a82e.tar.bz2 |
ttkStubLib.o needs to be in tk library as well as stub library
FossilOrigin-Name: ad6f96a9e829047762cb3c7153a5e21b4ac725be
Diffstat (limited to 'unix')
-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 608401b..4f4dfd4 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.141 2008/03/18 06:59:04 jenglish Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.142 2008/03/19 17:21:47 das 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 + ttkWidget.o ttkStubInit.o ttkStubLib.o STUB_OBJS = tkStubInit.o tkStubLib.o |