X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile.am;h=2da37d000d2bac8834544075b8b8c0e8cdadb92e;hp=baa7a0dd940bb264054565f5d40ff6d3ea59630f;hb=HEAD;hpb=42fb5e0431fb09240a4423f6f38c15cfc0648437 diff --git a/src/Makefile.am b/src/Makefile.am index baa7a0d..2da37d0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # This file is part of Pazpar2. sbin_PROGRAMS = pazpar2 -noinst_PROGRAMS = pazpar2_play +bin_PROGRAMS = pazpar2_play check_PROGRAMS = \ test_sel_thread \ @@ -14,15 +14,14 @@ noinst_LIBRARIES = libpazpar2.a CONFIG_CLEAN_FILES=*.log AM_CFLAGS = $(YAZINC) - + libpazpar2_a_SOURCES = \ charsets.c charsets.h \ client.c client.h \ connection.c connection.h \ database.c database.h \ eventl.c eventl.h \ - getaddrinfo.c \ - host.h \ + facet_limit.c facet_limit.h \ http.c http.h http_command.c \ incref.c incref.h \ jenkins_hash.c jenkins_hash.h \ @@ -38,6 +37,7 @@ libpazpar2_a_SOURCES = \ record.c record.h \ relevance.c relevance.h \ sel_thread.c sel_thread.h \ + service_xslt.c service_xslt.h \ session.c session.h \ settings.c settings.h \ termlists.c termlists.h