X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=9004ce926507c87c086cfed6e93e91b1ad61fef3;hb=1e0400ae53a75cb98b2734885ec6dcee6fb082ee;hp=4b1e4455253e5bb9f462c7cdac71d5571cd3723a;hpb=ed45a02021c7c5b380aa74acb49b01bdeb974d6e;p=pazpar2-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 4b1e445..9004ce9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,8 @@ sbin_PROGRAMS = pazpar2 +EXTRA_DIST = pazpar2.rpm.init + check_PROGRAMS = \ test_sel_thread \ test_normalize @@ -18,7 +20,7 @@ AM_CFLAGS = $(YAZINC) libpazpar2_a_SOURCES = pazpar2_config.c pazpar2_config.h eventl.c eventl.h \ http.c http_command.c http.h \ - logic.c pazpar2.h \ + session.c session.h \ record.h record.c reclists.c reclists.h \ relevance.c relevance.h termlists.c termlists.h \ normalize7bit.h normalize7bit.c \ @@ -26,9 +28,10 @@ libpazpar2_a_SOURCES = pazpar2_config.c pazpar2_config.h eventl.c eventl.h \ settings.h settings.c sel_thread.c sel_thread.h getaddrinfo.c \ charsets.c charsets.h \ client.c client.h connection.c connection.h host.h parameters.h \ - dirent.c direntz.h marcmap.c marcmap.h marchash.c marchash.h \ + marcmap.c marcmap.h marchash.c marchash.h \ jenkins_hash.c jenkins_hash.h normalize_record.c normalize_record.h \ - normalize_cache.c normalize_cache.h + normalize_cache.c normalize_cache.h incref.c incref.h \ + ppmutex.c ppmutex.h pazpar2_SOURCES = pazpar2.c pazpar2_LDADD = libpazpar2.a $(YAZLIB)