X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=59c656e0cd409d507d76db63f914ccd4c47b2d2c;hb=247113bc4211efc45bdff87daefa8796561c89b5;hp=28f57885e655d12303bae5896c45113dac8ec677;hpb=9b94aba38a8853bb76733c4a37736a4a40856f92;p=pazpar2-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 28f5788..59c656e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,8 @@ -# $Id: Makefile.am,v 1.25 2007-05-23 11:19:31 marc Exp $ +# $Id: Makefile.am,v 1.28 2007-06-18 12:37:54 adam Exp $ -bin_PROGRAMS = pazpar2 icu_chain_test +sbin_PROGRAMS = pazpar2 + +noinst_PROGRAMS = icu_chain_test check_PROGRAMS = test_config \ test_icu_I18N \ @@ -29,7 +31,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)