Updated for version YAZ 1.6 and higher.
[egate.git] / Makefile.web
index c616be7..98e5bbb 100644 (file)
@@ -1,7 +1,7 @@
 # Top level Makefile for the Web - Z39.50 gateway
 # Europagate, 1995-1996.
 #
-# $Id: Makefile.web,v 1.8 1997/02/19 16:47:04 adam Exp $
+# $Id: Makefile.web,v 1.9 2001/02/26 10:35:39 adam Exp $
 #
 SHELL=/bin/sh
 MAKE=make
@@ -20,8 +20,8 @@ GIFDIR=$(HTDOCS)/egwgif
 EGWUSER=nobody
 
 # Location of Tcl
-TCLLIB=-L/usr/local/lib -ltcl8.0 -lm
-TCLINC=-I/usr/local/include
+TCLLIB=-ltcl8.3 -lm
+TCLINC=
 
 # Location of IrTcl
 IRTCLDIR=../../ir-tcl
@@ -33,7 +33,7 @@ IRTCLINC=-I$(IRTCLDIR)
 
 # If you are using YAZ uncomment these lines
 ZINC=-I../../yaz/include
-ZLIB=../../yaz/lib/libyaz.a
+ZLIB=../../yaz/lib/.libs/libyaz.a
 ZDEFS=
 
 # End of settings ---------------------------------------------