X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=ee2be0e584d9c6960c5d92e9257fc3504e863c32;hp=e6b398b9025c32762490cbd2b9d58e3a2d74eb1d;hb=a9eae0225b1a51b0257f80d9da9f95475dd04f53;hpb=22b93084b7bbc50e5f13890551cfc1c0678a8e03 diff --git a/test/api/Makefile.am b/test/api/Makefile.am index e6b398b..ee2be0e 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,9 +1,9 @@ -# $Id: Makefile.am,v 1.15 2004-08-30 21:36:53 adam Exp $ +# $Id: Makefile.am,v 1.17 2004-09-30 08:16:49 adam Exp $ noinst_PROGRAMS = testclient testclient_SOURCES = testclient.c -check_PROGRAMS = t1 t2 t3 t4 t5 t6 +check_PROGRAMS = t1 t2 t3 t4 t5 t6 t7 TESTS = $(check_PROGRAMS) EXTRA_DIST=zebra.cfg zebra6.cfg @@ -14,6 +14,7 @@ t3_SOURCES = t3.c t4_SOURCES = t4.c t5_SOURCES = t5.c t6_SOURCES = t6.c +t7_SOURCES = t7.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC) @@ -30,5 +31,5 @@ zebralibs = \ ../../dfa/libidzebra-dfa.la \ ../../util/libidzebra-util.la -LDADD = $(zebralibs) $(YAZLALIB) $(TCL_LIB) +LDADD = $(zebralibs) $(YAZLALIB)