X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2FMakefile.am;h=72077813c092473ef875d206132f7950f3a7fa96;hb=90dcde08cb73241173e22e84362c6acf9ee92276;hp=59c656e0cd409d507d76db63f914ccd4c47b2d2c;hpb=4aa9c7d13c6ca8758ad1fa43188ae174bfa908e0;p=pazpar2-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 59c656e..7207781 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.28 2007-06-18 12:37:54 adam Exp $ +# This file is part of Pazpar2. sbin_PROGRAMS = pazpar2 @@ -9,7 +9,8 @@ check_PROGRAMS = test_config \ test_record \ test_reclists \ test_relevance \ - test_sel_thread + test_sel_thread \ + test_normalize TESTS = $(check_PROGRAMS) @@ -31,8 +32,7 @@ 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 \ - process.c + client.c client.h connection.c connection.h host.h parameters.h pazpar2_SOURCES = pazpar2.c pazpar2_LDADD = libpazpar2.a $(YAZLIB) $(ICU_LIBS) @@ -58,3 +58,6 @@ test_sel_thread_LDADD = libpazpar2.a $(YAZLIB) $(ICU_LIBS) test_icu_I18N_SOURCES = test_icu_I18N.c test_icu_I18N_LDADD = libpazpar2.a $(YAZLIB) $(ICU_LIBS) +test_normalize_SOURCES = test_normalize.c +test_normalize_LDADD = libpazpar2.a $(YAZLIB) $(ICU_LIBS) +