X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=26c756dbaa1e776889670a2407ccbe0cc01a40c1;hb=6e53ed9583fd178f3a68a0ee0019223c79e19640;hp=5fd000305f26d55055c4eca5b82a3c79d1854bb5;hpb=85728191a4dc93d31e3d1bd0ddc2ae60381ae6ba;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 5fd0003..26c756d 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,11 +1,12 @@ -noinst_PROGRAMS = t1 t2 + +EXTRA_PROGRAMS = t1 t2 EXTRA_DIST=t1.cfg t2.cfg t1_SOURCES = t1.c t2_SOURCES = t2.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)