removing typo.
[pazpar2-moved-to-github.git] / src / Makefile.am
index 28f5788..59c656e 100644 (file)
@@ -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)