Run latex
[egate.git] / Makefile.email
index f7fc784..b751f19 100644 (file)
@@ -1,14 +1,14 @@
 # Top level Makefile for the Email - Z39.50 gateway
 # Europagate, 1995-1996.
 #
-# $Id: Makefile.email,v 1.7 1997/02/19 16:47:03 adam Exp $
+# $Id: Makefile.email,v 1.8 2001/02/26 14:32:36 adam Exp $
 #
 SHELL=/bin/sh
 MAKE=make
 #CC=cc
 CPP=$(CC) -E
 
-VERSION=1.1
+VERSION=1.2
 
 # Email gateway settings --------------------------------------
 
@@ -25,7 +25,7 @@ EMAILLIBDIR=/usr/local/lib/emailgw
 # If you are using YAZ uncomment these lines
 ZACC=zlayer-yaz
 ZINC=-I../../yaz/include
-ZLIB=../../yaz/lib/libyaz.a
+ZLIB=../../yaz/lib/.libs/libyaz.a
 ZDEFS=
 
 # If you are using Zdist uncomment these lines
@@ -102,4 +102,4 @@ distribution:
        cd tmp/email-z39-$(VERSION)/doc; rm web.sgml; make egate
        cd tmp; tar zcf ../email-z39-$(VERSION).tar.gz email-z39-$(VERSION)
        rm -fr tmp
-       
+