X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=fdbe210f1a57c57967068edde1f50d811649e079;hb=10ccfd152f58ba6d9ae9f958d8710656f1e3dfdd;hp=d5f773edf404c80eebfb24143d9d5efedbdbe70d;hpb=39d323b0aabcc0f1a08f37c3fa45fb187c7570ac;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index d5f773e..fdbe210 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,14 +1,19 @@ -# $Id: Makefile.am,v 1.9 2003-05-20 13:52:41 adam Exp $ +# $Id: Makefile.am,v 1.11 2003-06-18 11:46:34 adam Exp $ -TESTS = t1 t2 t3 +TESTS = t1 t2 t3 t4 -EXTRA_PROGRAMS = t1 t2 t3 +testclient_SOURCES = testclient.c + +noinst_PROGRAMS = testclient + +EXTRA_PROGRAMS = t1 t2 t3 t4 EXTRA_DIST=t1.cfg t2.cfg t1_SOURCES = t1.c t2_SOURCES = t2.c t3_SOURCES = t3.c +t4_SOURCES = t4.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)