diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-07-31 18:52:38 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-31 18:52:38 +0000 |
commit | db174707bae7c23851f21d29ced1e96b135fb292 (patch) | |
tree | 1cffc584c6e3fe1d140bb66e0dda178a4c308550 | |
parent | 7bdd8dcac39a25749b497c71fcbf206b31388061 (diff) | |
download | postgresql-db174707bae7c23851f21d29ced1e96b135fb292.tar.gz postgresql-db174707bae7c23851f21d29ced1e96b135fb292.zip |
Standardize locations of TCL related files
Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
-rw-r--r-- | src/Makefile.global | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index 6fdbe75adda..3d15b4efdf9 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.17 1996/07/31 02:07:25 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.18 1996/07/31 18:52:38 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -211,12 +211,12 @@ endif #USE_TCL= true # customize these to your site's needs # -TCL_INCDIR= /usr/local/devel/tcl7.4/include -TCL_LIBDIR= /usr/local/devel/tcl7.4/lib -TCL_LIB = -ltcl7.4 -TK_INCDIR= /usr/local/devel/tk4.0/include -TK_LIBDIR= /usr/local/devel/tk4.0/lib -TK_LIB = -ltk4.0 +TCL_INCDIR= /usr/local/include +TCL_LIBDIR= /usr/local/lib +TCL_LIB = -ltcl7.5 +TK_INCDIR= /usr/local/include +TK_LIBDIR= /usr/local/lib +TK_LIB = -ltk4.1 X11_INCDIR = /usr/X11R6.1/include X11_LIBDIR = /usr/X11R6.1/lib |