diff options
author | dgp@users.sourceforge.net <dgp> | 2013-04-03 13:24:39 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2013-04-03 13:24:39 (GMT) |
commit | c5ac843921e14f6aee080f31bf88f5156bbf50c4 (patch) | |
tree | e9bf2f50d99adc407c811094d11368dec21e47d4 /unix/Makefile.in | |
parent | 5aefd0b8d9b806b44a50649a5fce80807c7b212b (diff) | |
download | tk-c5ac843921e14f6aee080f31bf88f5156bbf50c4.zip tk-c5ac843921e14f6aee080f31bf88f5156bbf50c4.tar.gz tk-c5ac843921e14f6aee080f31bf88f5156bbf50c4.tar.bz2 |
merge release to 8.5; revert features not included in release
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index bfa4bc0..1da2d72 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -372,7 +372,7 @@ TTK_OBJS = \ ttkTagSet.o ttkTheme.o ttkTrace.o ttkTrack.o ttkTreeview.o \ ttkWidget.o ttkStubInit.o -STUB_OBJS = tkStubInit.o +STUB_OBJS = tkStubInit.o tkStubLib.o STUB_LIB_OBJS = tkStubLib.o ttkStubLib.o |