summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-28 13:08:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-28 13:08:38 (GMT)
commit8d016bba7fbe3606e397d48384c83f273ce18c04 (patch)
treed14761b98a51d9beff989e0b397105a7f630855d /win/Makefile.in
parent524849f8a339db0114288b50f88c5ffa24415c9a (diff)
downloadtk-8d016bba7fbe3606e397d48384c83f273ce18c04.zip
tk-8d016bba7fbe3606e397d48384c83f273ce18c04.tar.gz
tk-8d016bba7fbe3606e397d48384c83f273ce18c04.tar.bz2
Implementation of TIP #244, PNG image support.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 5ad13eb..94a5b28 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,7 +4,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.82 2008/12/05 10:48:52 dkf Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.83 2008/12/28 13:08:39 dkf Exp $
TCLVERSION = @TCL_VERSION@
TCLPATCHL = @TCL_PATCH_LEVEL@
@@ -314,6 +314,7 @@ TK_OBJS = \
tkImage.$(OBJEXT) \
tkImgBmap.$(OBJEXT) \
tkImgGIF.$(OBJEXT) \
+ tkImgPNG.$(OBJEXT) \
tkImgPPM.$(OBJEXT) \
tkImgPhoto.$(OBJEXT) \
tkImgPhInstance.$(OBJEXT) \