diff options
author | das <das> | 2008-03-19 17:21:47 (GMT) |
---|---|---|
committer | das <das> | 2008-03-19 17:21:47 (GMT) |
commit | 56c8777eeb2bf01f715ae68869551b3ac941be3b (patch) | |
tree | 82aba6af03c59b0ff54bc168f41e18772d297d3b /unix/Makefile.in | |
parent | a41be574d71eae4b6fcfe7845fdab8b395b0a82e (diff) | |
download | tk-56c8777eeb2bf01f715ae68869551b3ac941be3b.zip tk-56c8777eeb2bf01f715ae68869551b3ac941be3b.tar.gz tk-56c8777eeb2bf01f715ae68869551b3ac941be3b.tar.bz2 |
ttkStubLib.o needs to be in tk library as well as stub library
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 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 |