X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=fdbe210f1a57c57967068edde1f50d811649e079;hb=c0a0611823a48addba9e6dba1b23d8c3776feecd;hp=062590144b54735e320a6dd661ffd9274c730bae;hpb=7d1252fc050f22ba587c88d5a39a80ba3262d7af;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 0625901..fdbe210 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,11 +1,20 @@ +# $Id: Makefile.am,v 1.11 2003-06-18 11:46:34 adam Exp $ -noinst_PROGRAMS = t1 t2 +TESTS = t1 t2 t3 t4 + +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)/index -I$(top_srcdir)/include $(YAZINC) +AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC) LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)