X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile.email;fp=Makefile.email;h=b751f191d7ec74a80fc74b3e21f29d3f7f5aae84;hb=7f332a840baf336e34d612cdee0ef27901f0dd11;hp=f7fc784843449b7e53613a2b3e896a9e33821ab9;hpb=c92eb2c721af54306a5596067456f69b0a197c4e;p=egate.git diff --git a/Makefile.email b/Makefile.email index f7fc784..b751f19 100644 --- a/Makefile.email +++ b/Makefile.email @@ -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 - +