reverting to exit call, as it might be dangerous to have a dictionary which is not...
[pazpar2-moved-to-github.git] / src / Makefile.am
index 986317f..038d0a1 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.10 2007-04-20 10:06:52 adam Exp $
+# $Id: Makefile.am,v 1.13 2007-04-21 12:00:54 adam Exp $
 
 bin_PROGRAMS = pazpar2
 check_PROGRAMS = test_config test_relevance test_sel_thread
@@ -12,10 +12,11 @@ AM_CFLAGS = $(YAZINC)
 
 libpazpar2_a_SOURCES = config.c config.h eventl.c eventl.h \
        http.c http_command.c http_command.h http.h \
-       logic.c pazpar2.h reclists.c reclists.h \
+       logic.c pazpar2.h \
+       record.h record.c reclists.c reclists.h \
        relevance.c relevance.h termlists.c termlists.h \
        util.c util.h zeerex.c zeerex.h database.c database.h \
-       settings.h settings.c sel_thread.c sel_thread.h
+       settings.h settings.c sel_thread.c sel_thread.h getaddrinfo.c
 
 pazpar2_SOURCES = pazpar2.c
 pazpar2_LDADD = libpazpar2.a $(YAZLIB)