From: Sebastian Hammer Date: Wed, 3 Jan 2007 14:31:55 +0000 (+0000) Subject: Removed local tweak to Makefile.. maybe we should have a Makefile.cvs, so people X-Git-Tag: before.append.child~54 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=19713fd1f0afba421a2e240b1452942a105fbe60;p=pazpar2-moved-to-github.git Removed local tweak to Makefile.. maybe we should have a Makefile.cvs, so people can do their own tweaks. --- diff --git a/src/Makefile b/src/Makefile index 04f9023..f385dbe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,12 +1,12 @@ # ParaZ. Copyright (C) 2000-2004, Index Data ApS # All rights reserved. -# $Id: Makefile,v 1.4 2007-01-03 06:23:44 quinn Exp $ +# $Id: Makefile,v 1.5 2007-01-03 14:31:55 quinn Exp $ SHELL=/bin/sh CC=gcc -YAZCONF=yaz/yaz-config +YAZCONF=yaz-config YAZLIBS=`$(YAZCONF) --libs` YAZCFLAGS=`$(YAZCONF) --cflags`