test programs not made by normal build
[idzebra-moved-to-github.git] / test / api / Makefile.am
1
2
3 EXTRA_PROGRAMS = t1 t2
4
5 EXTRA_DIST=t1.cfg t2.cfg
6
7 t1_SOURCES = t1.c
8 t2_SOURCES = t2.c
9
10 AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)
11
12 LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)