X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=2b3ab512cb37f65f2d83c3230abe09ba17f337aa;hb=5b4ea0cf66dd82c871ed7d69a5801d78789087b2;hp=d027124038f8b270cc634113bc6da25fca6955f0;hpb=57b393132b1e795da47e50c13260a1346c8029e9;p=pazpar2-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index d027124..2b3ab51 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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)