Usage
[pazpar2-moved-to-github.git] / Makefile
index 51ce3df..8292e48 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,18 @@
 # 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.4 2006-12-03 06:43:24 quinn Exp $
 
 SHELL=/bin/sh
 
 CC=gcc
 
-YAZCONF=yaz-config
+YAZCONF=yaz-2.1.40/yaz-config
 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)