1997-11-24 09:10:43 +00:00
|
|
|
--- Makefile.in Tue Oct 7 07:55:21 1997
|
|
|
|
+++ Makefile.in Mon Nov 24 00:13:27 1997
|
1997-11-30 21:22:31 +00:00
|
|
|
@@ -15,11 +15,11 @@
|
|
|
|
PURIFY =
|
|
|
|
|
|
|
|
# Libraries needed to link with Tcl & (optionally) Tk
|
|
|
|
-TCLTK_LIBS = @TCLTKLIBS@
|
|
|
|
+TCLTK_LIBS = -L/usr/lib @TCLTKLIBS@
|
1997-11-24 09:10:43 +00:00
|
|
|
# Include directives needed to compile with Tcl & Tk, and
|
|
|
|
# -DTCL if Tcl is available, and
|
|
|
|
# -DTK if Tk is available.
|
|
|
|
-TCLTK_FLAGS = @TCLTKFLAGS@
|
|
|
|
+TCLTK_FLAGS = @TCLTKFLAGS@ -I/usr/X11R6/include
|
|
|
|
|
|
|
|
# Libraries needed to link with GNU readline
|
|
|
|
RLLIBS = @RLLIBS@
|