Fix handling of bad config
[pazpar2-moved-to-github.git] / src / Makefile.am
index d027124..2b3ab51 100644 (file)
@@ -4,8 +4,6 @@ sbin_PROGRAMS = pazpar2
 
 check_PROGRAMS = test_config \
       test_record \
-      test_reclists \
-      test_relevance \
       test_sel_thread \
       test_normalize
 
@@ -20,7 +18,7 @@ CONFIG_CLEAN_FILES=*.log
 AM_CFLAGS = $(YAZINC)
         
 libpazpar2_a_SOURCES = pazpar2_config.c pazpar2_config.h eventl.c eventl.h \
-       http.c http_command.c http_command.h http.h \
+       http.c http_command.c http.h \
        logic.c pazpar2.h \
        record.h record.c reclists.c reclists.h \
        relevance.c relevance.h termlists.c termlists.h \
@@ -40,12 +38,6 @@ test_config_LDADD = libpazpar2.a $(YAZLIB)
 test_record_SOURCES = test_record.c
 test_record_LDADD = libpazpar2.a $(YAZLIB)
 
-test_reclists_SOURCES = test_reclists.c
-test_reclists_LDADD = libpazpar2.a $(YAZLIB)
-
-test_relevance_SOURCES = test_relevance.c
-test_relevance_LDADD = libpazpar2.a $(YAZLIB)
-
 test_sel_thread_SOURCES = test_sel_thread.c
 test_sel_thread_LDADD = libpazpar2.a $(YAZLIB)