X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=debbec0f7cd705742928efcb3a5928cfd0420951;hb=1bd4b1c686ba63f685fc0195fa76ada49680d219;hp=9f5ed92cf3af55ca6f6a09f699a312bc86ebc0bc;hpb=062ae8c4cbdfd50766b13f34c11a5254825075a4;p=yaz-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index 9f5ed92..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 \ @@ -45,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