From: Sebastian Hammer Date: Fri, 8 Dec 2006 22:21:36 +0000 (+0000) Subject: Should not use local yaz version X-Git-Tag: before.append.child~112 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=4b20edfb07e8b055cbc2862ef77d022a40da9c56;hp=5ca759f28d681f9c8cf954655571cc9963c27b04;p=pazpar2-moved-to-github.git Should not use local yaz version --- diff --git a/Makefile b/Makefile index 8292e48..70f9404 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # ParaZ. Copyright (C) 2000-2004, Index Data ApS # All rights reserved. -# $Id: Makefile,v 1.4 2006-12-03 06:43:24 quinn Exp $ +# $Id: Makefile,v 1.5 2006-12-08 22:21:36 quinn Exp $ SHELL=/bin/sh CC=gcc -YAZCONF=yaz-2.1.40/yaz-config +YAZCONF=yaz-config YAZLIBS=`$(YAZCONF) --libs` YAZCFLAGS=`$(YAZCONF) --cflags`