X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=062590144b54735e320a6dd661ffd9274c730bae;hb=8f9e2cb55203802cb43fcda15a85797579372250;hp=4989c310b9c70a10fe6f2d85dc180757b38083c6;hpb=ee67c6573539584ff255e11ad752a6014074c987;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 4989c31..0625901 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -6,6 +6,6 @@ EXTRA_DIST=t1.cfg t2.cfg t1_SOURCES = t1.c t2_SOURCES = t2.c -CFLAGS = -I$(top_srcdir)/index $(YAZINC) +AM_CPPFLAGS = -I$(top_srcdir)/index -I$(top_srcdir)/include $(YAZINC) LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)