X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2FMakefile.am;h=72077813c092473ef875d206132f7950f3a7fa96;hb=90dcde08cb73241173e22e84362c6acf9ee92276;hp=26da9337aa640596191c28b3d591f41646a648eb;hpb=bddd893d1744364a989bb1b223fd9e4a48cfc64c;p=pazpar2-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 26da933..7207781 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ -# $Id: Makefile.am,v 1.27 2007-06-17 07:04:37 adam Exp $ +# This file is part of Pazpar2. -bin_PROGRAMS = pazpar2 +sbin_PROGRAMS = pazpar2 noinst_PROGRAMS = icu_chain_test @@ -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) +