X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2FMakefile.am;h=f8a4d382cafdcd76efc9e88230452a67ae5f8227;hb=d060969f7c7f2a41142ae5dfdb945cda973c91ee;hp=1bcc3cf6a7d1b87432216ce791cb3fdc0da980f5;hpb=543d6fff956361a3fdd1de89392eb2cc308670b1;p=pazpar2-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 1bcc3cf..f8a4d38 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,7 @@ -# $Id: Makefile.am,v 1.19 2007-04-30 13:56:52 marc Exp $ +# $Id: Makefile.am,v 1.24 2007-05-22 21:20:10 marc Exp $ + +bin_PROGRAMS = pazpar2 icu_chain_test -bin_PROGRAMS = pazpar2 check_PROGRAMS = test_config \ test_icu_I18N \ test_record \ @@ -8,7 +9,6 @@ check_PROGRAMS = test_config \ test_relevance \ test_sel_thread - TESTS = $(check_PROGRAMS) noinst_LIBRARIES = libpazpar2.a @@ -28,11 +28,15 @@ libpazpar2_a_SOURCES = config.c config.h eventl.c eventl.h \ normalize7bit.h normalize7bit.c \ 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 pazpar2_SOURCES = pazpar2.c pazpar2_LDADD = libpazpar2.a $(YAZLIB) $(ICU_LIBS) +icu_chain_test_SOURCES = icu_chain_test.c icu_I18N.c +icu_chain_test_LDADD = $(YAZLIB) $(ICU_LIBS) + test_config_SOURCES = test_config.c test_config_LDADD = libpazpar2.a $(YAZLIB)