Moved the test sequences (old t[1-8].sh) into more consistent scripts
[idzebra-moved-to-github.git] / test / api / Makefile.am
1
2 noinst_PROGRAMS = t1 t2
3
4 EXTRA_DIST=t1.cfg t2.cfg
5
6 t1_SOURCES = t1.c
7 t2_SOURCES = t2.c
8
9 AM_CPPFLAGS = -I$(top_srcdir)/index -I$(top_srcdir)/include $(YAZINC)
10
11 LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)