summaryrefslogtreecommitdiff
path: root/palm/pilot-link-devel/files/patch-aa
blob: cd68196bf5ed23a73fdc5e261bc06a7b1b2cf50e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Makefile.in	Tue Oct  7 07:55:21 1997
+++ Makefile.in	Mon Nov 24 00:13:27 1997
@@ -15,11 +15,11 @@
 PURIFY =
 
 # Libraries needed to link with Tcl & (optionally) Tk
-TCLTK_LIBS = @TCLTKLIBS@
+TCLTK_LIBS = -L/usr/lib @TCLTKLIBS@
 # 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@