X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=9195380f4c91fbff590d7028afb6201b566625ac;hb=142c8c510a7b23c633272c656e45277e4ec35d30;hp=72077813c092473ef875d206132f7950f3a7fa96;hpb=e107b0011a295ccc61502d6e5ea79d9125a3fbb4;p=pazpar2-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 7207781..9195380 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,7 @@ CONFIG_CLEAN_FILES=*.log AM_CFLAGS = $(YAZINC) $(ICU_CPPFLAGS) -libpazpar2_a_SOURCES = config.c config.h eventl.c eventl.h \ +libpazpar2_a_SOURCES = pazpar2_config.c pazpar2_config.h eventl.c eventl.h \ http.c http_command.c http_command.h http.h \ icu_I18N.h icu_I18N.c \ logic.c pazpar2.h \ @@ -32,7 +32,8 @@ libpazpar2_a_SOURCES = config.c config.h eventl.c eventl.h \ util.c util.h zeerex.c zeerex.h database.c database.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 + client.c client.h connection.c connection.h host.h parameters.h \ + dirent.c direntz.h pazpar2_SOURCES = pazpar2.c pazpar2_LDADD = libpazpar2.a $(YAZLIB) $(ICU_LIBS)