Avoid mixed-stmt declare
[pazpar2-moved-to-github.git] / src / Makefile.am
index 7a70b39..65051ca 100644 (file)
@@ -1,13 +1,16 @@
-# $Id: Makefile.am,v 1.26 2007-06-08 13:57:19 adam 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)
 
@@ -56,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)
+