summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 2aca893..76d63cd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -27,8 +27,8 @@ GTKLIB = `gtk-config --libs`
#GTKLIB = -L/usr/lib -L/usr/X11R6/lib
GLUTINC = -I/usr/include -I.
GLUTLIB = -L.
-TCLINCL = -I/usr/include/tcl8.2
-TCLLIB = -ltcl8.2
+TCLINCL = -I/usr/include/tcl8.4
+TCLLIB = -ltcl8.4
CC=gcc
CFLAGS = -g