X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=debbec0f7cd705742928efcb3a5928cfd0420951;hb=1bd4b1c686ba63f685fc0195fa76ada49680d219;hp=c4d059a044330c5b3846bed6118d95cd11c1de52;hpb=a061444f080ca7a0319bc176b48b0e70e067de13;p=yaz-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index c4d059a..debbec0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,5 @@ -## Copyright (C) 1995-2007, Index Data ApS -## All rights reserved. -## $Id: Makefile.am,v 1.42 2008-01-06 21:48:23 adam Exp $ +## This file is part of the YAZ toolkit. +## Copyright (C) 1995-2008 Index Data check_PROGRAMS = tsticonv tstnmem tstmatchstr tstwrbuf tstodr tstccl tstlog \ tstsoap1 tstsoap2 tstodrstack tstlogthread tstxmlquery tstpquery \ @@ -26,6 +25,7 @@ EXTRA_DIST = tstodr.asn tstodrcodec.c tstodrcodec.h cqlsample \ marccol2.u8.marc marccol2.u8.1.lst marccol2.u8.2.lst \ marccol3.u8.marc marccol3.u8.1.lst marccol3.u8.2.lst \ marccol4.u8.marc marccol4.u8.1.lst marccol4.u8.2.lst \ + marccol5.u8.marc marccol5.u8.1.lst marccol5.u8.2.lst \ tst_record_conv.xsl YAZCOMP = ../util/yaz-asncomp @@ -44,7 +44,7 @@ tstodrcodec.c tstodrcodec.h: tstodr.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMP) tstodr.asn LDADD = ../src/libyaz.la -tst_icu_I18N_LDADD = ../src/libyaz_icu.la $(LDADD) $(ICU_LIBS) +tst_icu_I18N_LDADD = ../src/libyaz_icu.la $(ICU_LIBS) CONFIG_CLEAN_FILES=*.log