This update completes the factoring out of database management into database.c,
[pazpar2-moved-to-github.git] / src / Makefile.am
index fcf932b..63fd7e4 100644 (file)
@@ -1,5 +1,5 @@
 # ParaZ. Copyright (C) 2006-2007, Index Data.
-# $Id: Makefile.am,v 1.2 2007-01-29 03:19:25 quinn Exp $
+# $Id: Makefile.am,v 1.3 2007-03-15 16:50:56 quinn Exp $
 
 bin_PROGRAMS = pazpar2
 
@@ -12,4 +12,4 @@ pazpar2_SOURCES = config.c config.h eventl.c eventl.h \
        http.c http_command.c http_command.h http.h \
        pazpar2.c pazpar2.h reclists.c reclists.h \
        relevance.c relevance.h termlists.c termlists.h \
-       util.c util.h zeerex.c zeerex.h
+       util.c util.h zeerex.c zeerex.h database.c database.h