X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile;h=70f940450f4b8559859564df444359d0d583edc0;hb=0633d52035149cb50dcbf019d6967a6e120e4a0f;hp=8e2b9a5293d45a7c6022043c929145d0baa9dc1c;hpb=3dbff6d94b35be949f03bcd922129458747bcda2;p=pazpar2-moved-to-github.git diff --git a/Makefile b/Makefile index 8e2b9a5..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.2 2006-11-21 18:46:43 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 http.o http_command.o +PROGO=pazpar2.o eventl.o util.o command.o http.o http_command.o termlists.o \ + reclists.o relevance.o all: $(PROG)