From 89ae1c7e70d3554b3e765d83dd32ce2611c3ca48 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 30 Nov 1995 17:00:03 +0000 Subject: [PATCH] Minor changes. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54279a6..db52a91 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.37 1995-11-27 13:57:35 adam Exp $ +# $Id: Makefile,v 1.38 1995-11-30 17:00:03 adam Exp $ SHELL=/bin/sh MAKE=make @@ -9,6 +9,7 @@ RANLIB=ranlib # Where are Yaz libraries located? YAZLIB=../../yaz/lib/libyaz.a +#YAZLIB=/usr/local/lib/libyazchkr.a # Where are Yaz header files located? YAZINC=-I../../yaz/include # If Yaz is compiled with mosi support uncomment and specify. -- 1.7.10.4