X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile;h=70f940450f4b8559859564df444359d0d583edc0;hb=eca54f46680e3da32c28be81f127be97049b6edb;hp=51ce3df7a7e68d088778b41e4ffc9d368f1ed973;hpb=852a79d842c7294e2191ee23e072510c5bd98f0c;p=pazpar2-moved-to-github.git diff --git a/Makefile b/Makefile index 51ce3df..70f9404 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # ParaZ. Copyright (C) 2000-2004, Index Data ApS # All rights reserved. -# $Id: Makefile,v 1.1 2006-11-14 20:44:38 quinn Exp $ +# $Id: Makefile,v 1.5 2006-12-08 22:21:36 quinn Exp $ SHELL=/bin/sh @@ -11,7 +11,8 @@ YAZLIBS=`$(YAZCONF) --libs` YAZCFLAGS=`$(YAZCONF) --cflags` PROG=pazpar2 -PROGO=pazpar2.o eventl.o util.o command.o +PROGO=pazpar2.o eventl.o util.o command.o http.o http_command.o termlists.o \ + reclists.o relevance.o all: $(PROG)