summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2008-03-19 17:21:47 (GMT)
committerdas <das>2008-03-19 17:21:47 (GMT)
commit56c8777eeb2bf01f715ae68869551b3ac941be3b (patch)
tree82aba6af03c59b0ff54bc168f41e18772d297d3b /unix
parenta41be574d71eae4b6fcfe7845fdab8b395b0a82e (diff)
downloadtk-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')
-rw-r--r--unix/Makefile.in4
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