New test
[idzebra-moved-to-github.git] / test / api / Makefile.am
index 5fd0003..1fa9b0a 100644 (file)
@@ -1,11 +1,13 @@
 
-noinst_PROGRAMS = t1 t2
+
+EXTRA_PROGRAMS = t1 t2 t3
 
 EXTRA_DIST=t1.cfg t2.cfg
 
 t1_SOURCES = t1.c
 t2_SOURCES = t2.c
+t3_SOURCES = t3.c
 
-INCLUDES = -I$(top_srcdir)/index -I$(top_srcdir)/include $(YAZINC)
+AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)
 
 LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)