X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=65051ca20b5396cd67b3c3ab7689fd10d635c068;hb=0ff1a97b2a69905755b9adb24a474d30f1c52150;hp=28f57885e655d12303bae5896c45113dac8ec677;hpb=9b94aba38a8853bb76733c4a37736a4a40856f92;p=pazpar2-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 28f5788..65051ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,13 +1,16 @@ -# $Id: Makefile.am,v 1.25 2007-05-23 11:19:31 marc Exp $ +# $Id: Makefile.am,v 1.29 2007-09-07 10:46:33 adam Exp $ -bin_PROGRAMS = pazpar2 icu_chain_test +sbin_PROGRAMS = pazpar2 + +noinst_PROGRAMS = icu_chain_test check_PROGRAMS = test_config \ test_icu_I18N \ test_record \ test_reclists \ test_relevance \ - test_sel_thread + test_sel_thread \ + test_normalize TESTS = $(check_PROGRAMS) @@ -29,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 \ + process.c pazpar2_SOURCES = pazpar2.c pazpar2_LDADD = libpazpar2.a $(YAZLIB) $(ICU_LIBS) @@ -55,3 +59,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) +