enhanced MARC21 excration such that all full text fields are found, not only the...
[pazpar2-moved-to-github.git] / src / Makefile.am
index 26da933..f0eade8 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.am,v 1.27 2007-06-17 07:04:37 adam Exp $
+# $Id: Makefile.am,v 1.30 2008-02-18 19:33:32 adam Exp $
 
-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)
+