X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=29e3fe65818277d1977af3a71a526a1eb9ad3c5d;hb=4989a5fc444f3bca0f094f1ac2bfe4f04af5e666;hp=0bd1cac9da4406e6a2ac060e408e8748a77d4426;hpb=61b0f4d9c54eb0e2f23a03ab11d33234008bd7bf;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 0bd1cac..29e3fe6 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.20 2004-10-28 10:37:15 heikki Exp $ +# $Id: Makefile.am,v 1.21 2004-10-28 15:24:36 heikki Exp $ noinst_PROGRAMS = testclient testclient_SOURCES = testclient.c @@ -8,14 +8,14 @@ TESTS = $(check_PROGRAMS) EXTRA_DIST=zebra.cfg zebra6.cfg zebra8.cfg -t1_SOURCES = t1.c -t2_SOURCES = t2.c -t3_SOURCES = t3.c -t4_SOURCES = t4.c -t5_SOURCES = t5.c -t6_SOURCES = t6.c -t7_SOURCES = t7.c -t8_SOURCES = t8.c +t1_SOURCES = t1.c testlib.c +t2_SOURCES = t2.c testlib.c +t3_SOURCES = t3.c testlib.c +t4_SOURCES = t4.c testlib.c +t5_SOURCES = t5.c testlib.c +t6_SOURCES = t6.c testlib.c +t7_SOURCES = t7.c testlib.c +t8_SOURCES = t8.c testlib.c t9_SOURCES = t9.c testlib.c t10_SOURCES = t10.c testlib.c