Using AM_CPPFLAGS instead of INCLUDES
[idzebra-moved-to-github.git] / test / api / Makefile.am
index 5fd0003..0625901 100644 (file)
@@ -6,6 +6,6 @@ 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)/index -I$(top_srcdir)/include $(YAZINC)
 
 LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)